yupeng9 commented on pull request #6043: URL: https://github.com/apache/incubator-pinot/pull/6043#issuecomment-706650567
Looking at the implementation, the subquery can take only predicates and which is translated to a filter. Then we might not want `IN_PARTITIONED_SUBQUERY ` to take a free-formed SQL query as the argument. The signature can be : ``` IN_PARTITIONED_SUBQUERY (col, col_filtrerTable, filterTable, conditions_filterTable) ``` ---------------------------------------------------------------- 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]
