61yao opened a new pull request, #10650:
URL: https://github.com/apache/pinot/pull/10650

   This PR fixes a bug introduced by#10380 that literal with less precision is 
not passed as float anymore same for int.
   
   This PR keeps the same behavior as before:
   floating point literal that can fit in float will be parsed as float, 
otherwise it would be parsed as double.
   integer literal that can fit in int will be parsed as int, otherwise it 
would be parsed as long.


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