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


   **Describe the bug**
   While running the integration test in dev/, the docker build failed due to 
using of unstable feature:
   ```
   #29 293.2 error[E0658]: use of unstable library feature 'partition_point': 
new API
   #29 293.2   --> 
/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.3.0/src/compute/kernels/partition.rs:88:14
   #29 293.2    |
   #29 293.2 88 |             .partition_point(|idx| {
   #29 293.2    |              ^^^^^^^^^^^^^^^
   #29 293.2    |
   #29 293.2    = note: see issue #73831 
<https://github.com/rust-lang/rust/issues/73831> for more information
   ````
   
   **To Reproduce**
   run ./dev/integration-tests.sh on master branch
   
   **Expected behavior**
   Integration test run as expected
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to