NobiGo commented on code in PR #3917:
URL: https://github.com/apache/calcite/pull/3917#discussion_r1722429538
##########
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:
Yes, Calclite‘s default rounding behavior is DOWN. I added this for the unit
test.
--
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]