mihaibudiu commented on code in PR #3943:
URL: https://github.com/apache/calcite/pull/3943#discussion_r1741094906
##########
core/src/main/java/org/apache/calcite/rel/type/DelegatingTypeSystem.java:
##########
@@ -52,6 +52,14 @@ protected DelegatingTypeSystem(RelDataTypeSystem typeSystem)
{
return typeSystem.getMaxNumericPrecision();
}
+ @Override public boolean isSupportNegativeScale() {
Review Comment:
I think you should open a new issue for this 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]