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:
[email protected]


With regards,
Apache Git Services

Reply via email to