strongduanmu commented on code in PR #4019:
URL: https://github.com/apache/calcite/pull/4019#discussion_r1818242367
##########
testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java:
##########
@@ -205,6 +205,10 @@ private CalciteAssert() {}
return this;
}
+ @Override public AssertThat with(SqlConformanceEnum conformance) {
Review Comment:
Same as the previous one, we need to set the conformance props to control
whether the parameterless function can use parentheses.
--
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]