You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2023/01/03 21:11:35 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #10020: [multistage][bugfix] Fix not-in clause not execute properly

walterddr commented on code in PR #10020:
URL: https://github.com/apache/pinot/pull/10020#discussion_r1060959323


##########
pinot-query-runtime/src/test/resources/queries/TableExpressions.json:
##########
@@ -16,6 +16,9 @@
       }
     },
     "queries": [
+      { "sql": "SELECT * FROM {tbl} WHERE strCol IN (SELECT strCol FROM {tbl} WHERE intCol < 100)" },

Review Comment:
   actually IN cannot produce a double or a float. this will be address separately 



-- 
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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org