You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/01 16:13:56 UTC

[GitHub] [arrow-datafusion] xudong963 opened a new issue #1721: `cargo run --release` got an error

xudong963 opened a new issue #1721:
URL: https://github.com/apache/arrow-datafusion/issues/1721


   **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.
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb closed issue #1721: `cargo run --release` got an error

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1721:
URL: https://github.com/apache/arrow-datafusion/issues/1721


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org