NobiGo commented on code in PR #3917:
URL: https://github.com/apache/calcite/pull/3917#discussion_r1720852521
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlAbstractConformance.java:
##########
@@ -144,4 +146,8 @@ public abstract class SqlAbstractConformance implements
SqlConformance {
@Override public boolean allowLenientCoercion() {
return SqlConformanceEnum.DEFAULT.allowLenientCoercion();
}
+
+ @Override public RoundingMode roundingMode() {
+ return SqlConformanceEnum.DEFAULT.roundingMode();
Review Comment:
@julianhyde @mihaibudiu I will move the `roundingMode` to
`RelDataTypeSystem`. Thanks for the advice.
--
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]