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 2020/10/11 03:38:08 UTC

[GitHub] [incubator-pinot] yupeng9 commented on pull request #6043: Add IN_PARTITIONED_SUBQUERY support

yupeng9 commented on pull request #6043:
URL: https://github.com/apache/incubator-pinot/pull/6043#issuecomment-706644675


   High-level comments on the signature of `IN_PARTITIONED_SUBQUERY(col, 'SELECT ID_SET(col) FROM table WHERE date = 20200901')`
   
   Instead of taking a subquery as the last argument, shall we consider an expression? With the function `IN_PARTITIONED_SUBQUERY` and the first argument `col`, we can already construct the subquery together with the expression for the where clause.


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



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