troywinter opened a new pull request #7054:
URL: https://github.com/apache/incubator-pinot/pull/7054


   Skip the number format exception in SumFunction:
   When SumFunction failed convert a column from string value to double, it 
will just throw exception to user. For column with double or int, long type, 
this happens when there is a null value, I think it's better catch the 
exception and skip it. Although users can filter that out, it's better we have 
a default behavior handle this rather than throwing exceptions to user.


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

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