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 2021/09/30 08:59:39 UTC

[GitHub] [calcite] rubenada commented on a change in pull request #2545: [CALCITE-4805] Calcite should convert a small IN-list as if the user had written OR, even if the IN-list contains NULL

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



##########
File path: core/src/test/resources/sql/sub-query.iq
##########
@@ -3083,4 +3083,181 @@ EnumerableCalc(expr#0..4=[{inputs}], expr#5=[IS NOT NULL($t3)], proj#0..2=[{expr
             EnumerableTableScan(table=[[scott, EMP]])
 !plan
 
+# [CALCITE-4805] The IN sub-query can't be converted to OR when value list contains Null.

Review comment:
       minor: this comment still contains the "old" title




-- 
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: commits-unsubscribe@calcite.apache.org

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