diff --git a/csharp/Adapter/Microsoft.Spark.CSharp/Sql/Functions.cs b/csharp/Adapter/Microsoft.Spark.CSharp/Sql/Functions.cs index 6a307bc..c9166fe 100644 --- a/csharp/Adapter/Microsoft.Spark.CSharp/Sql/Functions.cs +++ b/csharp/Adapter/Microsoft.Spark.CSharp/Sql/Functions.cs @@ -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"} };