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 2021/12/14 02:02:50 UTC

[GitHub] [pinot] Jackie-Jiang commented on pull request #7894: #7714 ignore query options in commented out queries

Jackie-Jiang commented on pull request #7894:
URL: https://github.com/apache/pinot/pull/7894#issuecomment-993084962


   @kriti-sc
   I feel it can be hard to identify identifiers and literals from the query as that basically requires parsing the query
   Calcite does support query hints which is similar to the options we have: https://calcite.apache.org/docs/reference.html#sql-hints. We can have a separate thread discussing whether it makes sense to replace the current query options with query hints, or provide query options as a separate parameter so that we don't have to extract that from the query.


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