elonazoulay opened a new issue, #11676:
URL: https://github.com/apache/pinot/issues/11676

   It appears that Pinot 1.0.0 treats quoted numeric literals differently than 
unquoted numeric literals:
   
   The following query will return `Long.MIN_VALUE`:
   ```
   SELECT <column>/'3600' FROM <table>
   ```
   
   The following query will return results as expected:
   ```
   SELECT <column>/3600 FROM <table>
   ```
   


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