You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "klsince (via GitHub)" <gi...@apache.org> on 2023/07/06 22:49:47 UTC

[GitHub] [pinot] klsince commented on pull request #11049: [WIP] format double 0 properly to compare with h2 results

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org