klsince commented on PR #11049: URL: https://github.com/apache/pinot/pull/11049#issuecomment-1624403253
e.g. ``` Pinot query: SELECT ArrTime, ArrTime + ArrTime * 9 - ArrTime * 10 FROM mytable WHERE ArrTime - 100 > 0 H2 query: SELECT ArrTime, ArrTime + ArrTime * 9 - ArrTime * 10 FROM mytable WHERE ArrTime - 100 > 0 Selection result differ in Pinot from H2: Pinot row: [ 1306 0.0 ] not found in H2 result set: [[810 0 , 535 0 , ... 1843 0 ]]. ``` -- 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]
