jvenant commented on issue #10697: URL: https://github.com/apache/pinot/issues/10697#issuecomment-1527101420
Maybe a quick fix would be to disable NaN. But from my standpoint, to be able to use NaN would be a better solution as it is not semantically equivalent to Infinities, null or zero. It is a very common value used in mathematical and finance domains. The only other place where we have issue with NaN so far is in the where filters. We have to do something like : `cast(num_col as STRING) = 'NaN'`. `num_col = 'NaN'`, `num_col != 'NaN'` run, but doesn't filter the records correctly -- 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]
