shenyu0127 opened a new pull request, #10997: URL: https://github.com/apache/pinot/pull/10997
The test is flaky because we store the column as float and do a `SELECT WHERE column = Float.doubleValue()` query. We can reproduce a failed test by changing line 224 to `Float baseValue = 0.05102920532226562568f`. Tested: - Changing line 224 to `Float baseValue = 0.05102920532226562568f` and running the test. - Running the rest with `invocationCount = 200`. -- 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]
