rubenada commented on a change in pull request #2255:
URL: https://github.com/apache/calcite/pull/2255#discussion_r521993824



##########
File path: core/src/main/java/org/apache/calcite/sql/SqlCallBinding.java
##########
@@ -411,4 +411,8 @@ public CalciteException newValidationError(
   public boolean isTypeCoercionEnabled() {
     return validator.config().typeCoercionEnabled();
   }
+
+  private SqlCall createDefaultCall() {
+    return SqlStdOperatorTable.DEFAULT.createCall(SqlParserPos.ZERO);

Review comment:
       having a single static call caused a circular dependency, the purpose is 
to avoid it (by creating the default call ad-hoc only when needed)




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to