Skip to content
New issue

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

cargo run --release got an error #1721

Closed
xudong963 opened this issue Feb 1, 2022 · 0 comments · Fixed by #1723
Closed

cargo run --release got an error #1721

xudong963 opened this issue Feb 1, 2022 · 0 comments · Fixed by #1723
Labels
bug Something isn't working

Comments

@xudong963
Copy link
Member

Describe the bug
cargo run --release got an error.

To Reproduce

➜  arrow-datafusion git:(parking_lot) cargo run --release --bin tpch
   Compiling hyper-timeout v0.4.1
   Compiling datafusion v6.0.0 (/Users/bytedance/arrow-datafusion/datafusion)
   Compiling tonic v0.6.2
error[E0425]: cannot find function `is_sorted` in this scope
   --> datafusion/src/physical_plan/tdigest/mod.rs:270:27
    |
270 |             debug_assert!(is_sorted(sorted_values), "unsorted input to TDigest");
    |                           ^^^^^^^^^ not found in this scope

   Compiling arrow-flight v8.0.0

Expected behavior
No error

Additional context
Add any other context about the problem here.

@xudong963 xudong963 added the bug Something isn't working label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant