We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APPROX_MEDIAN
See full reproducer in datafusion-cli
DataFusion CLI v40.0.0 > /*DML*/CREATE TABLE t1(v0 BOOLEAN, v1 BIGINT, v2 BOOLEAN, v3 STRING); /*DML*/INSERT INTO t1(v3, v0, v2, v1) VALUES ('', false, false, 1962353436); 0 row(s) fetched. Elapsed 0.068 seconds. +-------+ | count | +-------+ | 1 | +-------+ 1 row(s) fetched. Elapsed 0.046 seconds. > select APPROX_MEDIAN('NaN'::Double) FROM t1 WHERE (t1.v0) IS DISTINCT FROM true; thread 'main' panicked at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/num/f64.rs:1509:9: min > max, or either was NaN. min = inf, max = -inf note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
No response
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered:
approx_percentile_cont()
Successfully merging a pull request may close this issue.
Describe the bug
See full reproducer in datafusion-cli
To Reproduce
No response
Expected behavior
No response
Additional context
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered: