yanlin-Lynn commented on a change in pull request #1492: [CALCITE-3390] Add 
ITEM expression to SqlKind and include it in the p…
URL: https://github.com/apache/calcite/pull/1492#discussion_r333313803
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/plan/Strong.java
 ##########
 @@ -264,6 +264,7 @@ private boolean anyNull(List<RexNode> operands) {
     map.put(SqlKind.LEAST, Policy.ANY);
     map.put(SqlKind.TIMESTAMP_ADD, Policy.ANY);
     map.put(SqlKind.TIMESTAMP_DIFF, Policy.ANY);
+    map.put(SqlKind.ITEM, Policy.ANY);
 
 Review comment:
   shall we need to add a test case for ITEM in RexProgramTest for checking the 
strong of item?

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