Jackie-Jiang commented on issue #8842: URL: https://github.com/apache/pinot/issues/8842#issuecomment-1149330398
Thanks for reporting the issue. If table name is not provided, we should parse the query and extract the table name from the query. This requires pulling in the `CalciteSqlParser` class, which is currently in `pinot-common` module. We can either: - Make `pinot-client` depend on `pinot-common` - Pull `CalciteSqlParser` into `pinot-spi` cc @xiangfu0 -- 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]
