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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org