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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to