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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
