You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/08 01:01:14 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #8842: Table selector won't work if table name is null

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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org