You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/03/02 04:39:48 UTC

[GitHub] danny0405 commented on a change in pull request #1081: [CALCITE-2888] Enhance RexImplicationChecker to better handle cast

danny0405 commented on a change in pull request #1081: [CALCITE-2888] Enhance RexImplicationChecker to better handle cast
URL: https://github.com/apache/calcite/pull/1081#discussion_r261812531
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/plan/VisitorDataContext.java
 ##########
 @@ -75,12 +81,27 @@ public static DataContext of(RelNode targetRel, LogicalFilter queryRel) {
   }
 
   public static DataContext of(RelDataType rowType, RexNode rex) {
+    return of(rowType, rex, null, null);
+  }
 
 Review comment:
   useless constructor

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services