zstan commented on code in PR #3211:
URL: https://github.com/apache/calcite/pull/3211#discussion_r1250523526
##########
core/src/main/java/org/apache/calcite/sql/type/SqlTypeFamily.java:
##########
@@ -244,7 +244,7 @@ public Collection<SqlTypeName> getTypeNames() {
case EXACT_NUMERIC:
return SqlTypeUtil.getMaxPrecisionScaleDecimal(factory);
case INTEGER:
- return factory.createSqlType(SqlTypeName.BIGINT);
+ return factory.createSqlType(SqlTypeName.INTEGER);
Review Comment:
yep, thanks, seems it redundant change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]