Merge pull request #694 from sutyag/dev/sutyag/FixedReturnTypeIntIssue
Fixed integer Data type issue for UDF
This commit is contained in:
Коммит
221dfbd498
|
@ -919,7 +919,7 @@ namespace Microsoft.Spark.CSharp.Sql
|
|||
{typeof(double), "double"},
|
||||
{typeof(float), "float"},
|
||||
{typeof(byte), "tinyint"},
|
||||
{typeof(int), "int"},
|
||||
{typeof(int), "integer"},
|
||||
{typeof(long), "bigint"},
|
||||
{typeof(short), "smallint"}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче