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/10/26 07:04:55 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #2932: fix testcases while chrono-tz enabled

tustvold commented on code in PR #2932:
URL: https://github.com/apache/arrow-rs/pull/2932#discussion_r1005295577


##########
.github/workflows/arrow.yml:
##########
@@ -68,6 +68,8 @@ jobs:
         run: cargo test -p arrow-integration-test --all-features
       - name: Test arrow
         run: cargo test -p arrow
+      - name: Test arrow with all features
+        run: cargo test -p arrow --all-features

Review Comment:
   I think this will fail on stable, as it will enable the SIMD feature



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