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/07/26 22:39:41 UTC

[GitHub] [pinot] kkrugler opened a new issue #7207: Throw exception for unsupported options in SQL

kkrugler opened a new issue #7207:
URL: https://github.com/apache/pinot/issues/7207


   Currently you can make a SQL query like:
   
   ``` sql
   SELECT * FROM table LIMIT 100000 OPTION(timeoutMS=100)
   ```
   
   ...and you get no error even though the option specified won't be used, because it doesn't exactly match `timeoutMs` (subtle case difference).
   
   Instead a parse error should be thrown, with the unknown option identified in the error message.
   
   


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