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


##########
core/src/main/java/org/apache/calcite/rel/type/RelDataTypeSystem.java:
##########
@@ -35,6 +37,13 @@ public interface RelDataTypeSystem {
   /** Default type system. */
   RelDataTypeSystem DEFAULT = new RelDataTypeSystemImpl() { };
 
+  /** Same as {@link #DEFAULT}. But the rounding mode is {@link 
RoundingMode#HALF_UP}. */
+  RelDataTypeSystem DEFAULT_ROUNDING_MODE_HALF_UP = new 
RelDataTypeSystemImpl() {

Review Comment:
   then I think this should be in a test class



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