Sh-Zh-7 opened a new pull request, #12652: URL: https://github.com/apache/iotdb/pull/12652
## Description `IoTDBUDAFOrderByIT` always fails from time to time. This is most likely caused by floating point precision issue from TsFile. In this PR, we change the floating point encoding method in `IoTDBUDAFOrderByIT` to make it correct, and add a new IT for debugging. Since the origin `IoTDBOrderByIT` is always correct, we add two `flush` commands to force it to read data from disk. If this test is always passed, then we can assert that something is wrong with UDAF. -- 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]
