jadami10 commented on issue #9531: URL: https://github.com/apache/pinot/issues/9531#issuecomment-1278237436
apologies missed this. Maybe the multi-stage engine supports this, but these are not valid queries at the moment in Pinot, so I don't think they apply. ``` SELECT * FROM tbl WHERE count > (SELECT count(*) FROM tbl); ``` I don't really understand this query. What is `count`? Is it a field in `tbl`? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
