Akanksha-kedia commented on issue #17314: URL: https://github.com/apache/pinot/issues/17314#issuecomment-3607452799
- The error occurs at line 451 in `compileWithoutRewrite` where it tries to cast to `SqlSelect` - The error happens when processing a JOIN query - The `compileToDataSource` method (line 512) is being called recursively from `compileToJoin` (line 547) - In the `AS` case of `compileToDataSource`, line 512 calls `compileSqlNodeToPinotQuery(operandList.get(0))` which expects a SELECT node but receives an IDENTIFIER -- 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]
