TT1103 opened a new issue #7888:
URL: https://github.com/apache/pinot/issues/7888


   When selecting a max of a large long, it truncates the result and loses 
precision. 
   For example:
   `select MAX(1639054811930692679) from table` returns 1.63905481193069261E18, 
and loses precision. 
   
   Instead, the MAX function should return the original type. 


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