waynexia commented on code in PR #6336:
URL: https://github.com/apache/arrow-rs/pull/6336#discussion_r1740576945


##########
.github/workflows/arrow.yml:
##########
@@ -61,8 +61,8 @@ jobs:
           submodules: true
       - name: Setup Rust toolchain
         uses: ./.github/actions/setup-builder
-      - name: Test arrow-buffer with all features
-        run: cargo test -p arrow-buffer --all-features
+      - name: Test arrow-buffer

Review Comment:
   Ahh, the same problem comes to the main `arrow` lib because I added a 
delegate feature `allocator_api = ["arrow-buffer/allocator_api"]`. Looks like 
we have to enumerate all available features except `allocator_api` in CI? 



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

Reply via email to