mmoradi0101 commented on code in PR #4872:
URL: https://github.com/apache/calcite/pull/4872#discussion_r3078312293
##########
core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcSchema.java:
##########
@@ -568,6 +586,13 @@ private Factory() {}
}
}
+ private static boolean isAffectedTypeForMissingPrecision(SqlTypeName
sqlTypeName) {
Review Comment:
the condition is now just sqlTypeName == SqlTypeName.DECIMAL directly at the
call site.
--
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]