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

Fix CI by disabling newly failing rust <> nanoarrow integration test in CI #6449

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Sep 24, 2024

Which issue does this PR close?

Closes #6448

Rationale for this change

apache/arrow#43715 in arrow enabled nanoarrow in the overall arrow integration tests, but sadly they don't yet pass with rust (due to #5052 -- thanks @paleolimbot for the pointer 🙏 )

So let's disable the integration testing until they pass to get CI checks green

What changes are included in this PR?

  1. Disable the integration tests and add note about issue

Are there any user-facing changes?

@alamb alamb changed the title Disable rust<>nanoarrow integration test in CI Disable newly failing rust <> nanoarrow integration test in CI Sep 24, 2024
@alamb alamb marked this pull request as ready for review September 24, 2024 20:27
@alamb alamb changed the title Disable newly failing rust <> nanoarrow integration test in CI Fix CI by disabling newly failing rust <> nanoarrow integration test in CI Sep 24, 2024
@alamb
Copy link
Contributor Author

alamb commented Sep 25, 2024

Thanks for the review @gstvg -- I am going to merge this one in to get CI clean again and then we'll proceed merging approved PRs

@alamb alamb merged commit 4e2b939 into apache:master Sep 25, 2024
37 checks passed
@bkietz
Copy link
Member

bkietz commented Sep 25, 2024

FWIW, #6426 and google/flatbuffers#8398 should fix #5052

@alamb alamb deleted the alamb/disable_nanoarrow branch September 25, 2024 16:56
paleolimbot added a commit to apache/arrow-nanoarrow that referenced this pull request Oct 7, 2024
Closes #641.

Unfortunately we just have to skip checking Rust compatibility due to
apache/arrow-rs#5052 (e.g.,
apache/arrow-rs#6449 ).

This PR also ensures compatibility with big endian Arrow files and Arrow
files from before the continuation token. Support for those had already
been added in the decoder but hadn't made it to the stream reader yet.

Local check:

```bash
# Assumes arrow-testing, arrow-nanoarrow, and arrow are all checked out in the same dir
export gold_dir=../arrow-testing/data/arrow-ipc-stream/integration 
export ARROW_NANOARROW_PATH=$(pwd)/build 
pip install -e "../arrow/dev/archery/[all]"
archery integration --with-nanoarrow=true --run-ipc \
    --gold-dirs=$gold_dir/0.14.1 \
    --gold-dirs=$gold_dir/0.17.1 \
    --gold-dirs=$gold_dir/1.0.0-bigendian \
    --gold-dirs=$gold_dir/1.0.0-littleendian \
    --gold-dirs=$gold_dir/2.0.0-compression \
    --gold-dirs=$gold_dir/4.0.0-shareddict
```
@alamb alamb added the development-process Related to development process of arrow-rs label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI integration test failing: Archery test With other arrows
3 participants