Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
garenshi committed Jul 19, 2024
1 parent b355327 commit cf74b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ private DataType mappingType(io.trino.sql.tree.DataType dataType) {
throw new DialectTransformException("transform not standard decimal data type ");
}
// Trino only support signed, safe unsigned is false here
return DataType.convertPrimitiveFromStrings(types, false);
return DataType.convertPrimitiveFromStrings(types);
} else if (dataType instanceof io.trino.sql.tree.DateTimeDataType) {
// TODO: support date data type mapping
throw new DialectTransformException("transform date data type");
Expand Down

0 comments on commit cf74b31

Please sign in to comment.