Jackie-Jiang commented on PR #8713:
URL: https://github.com/apache/pinot/pull/8713#issuecomment-1129180510

   @apucher Good point. Let me list down the things we are trying to handle 
with `.` and discuss a solution:
   - `SELECT ... FROM <db>.<table>`
   - `SELECT <table>.<col> FROM ...`
   In the future, we also want to support:
   - `SELECT <col>.<nested_fields> FROM ...`
   
   If we allow `.` within the table name, we cannot tell if `.` is the 
delimiter or part of the table name.
   Add @xiangfu0 to the discussion


-- 
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

Reply via email to