mihaibudiu commented on code in PR #3917:
URL: https://github.com/apache/calcite/pull/3917#discussion_r1722467719


##########
core/src/main/java/org/apache/calcite/rel/type/RelDataTypeSystemImpl.java:
##########
@@ -160,6 +162,10 @@ public abstract class RelDataTypeSystemImpl implements 
RelDataTypeSystem {
     return 19;
   }
 
+  @Override public RoundingMode roundingMode() {

Review Comment:
   Yes, that's why I expected the DEFAULT to be DOWN.
   But if DEFAULT was used only for testing and it will move to a testing 
class, this is fine.



-- 
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]

Reply via email to