jiacai2050 opened a new issue, #1461: URL: https://github.com/apache/incubator-horaedb/issues/1461
### Describe this problem Found this panic in one of our deployment ``` 2024-01-25 11:05:29.726 ERRO [src/components/panic_ext/src/lib.rs:57] thread 'read-high' panicked 'assertion failed: max.total_cmp(&min).is_ge()' at "/home/db/.cargo/git/checkouts/arrow-datafusion-b9eb4f789f8bda1f/9c3a537/datafusion/physical-expr/src/aggregate/tdigest.rs:613" ``` ### Server version ``` HoraeDB Server Version: 1.2.6-alpha Git commit: 1a452f2c4 Git branch: main Opt level: 3 Rustc version: 1.74.0-nightly Target: x86_64-unknown-linux-gnu Build date: 2024-01-23T07:20:04.728479053Z ``` ### Steps to reproduce I guess this error is caused by `approx_percentile_cont` function, and depend on data distribution. I will try to find a demo to reproduce this soon. ### Expected behavior No panic. ### Additional Information _No response_ -- 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]
