Skip to content

Commit e5aaae3

Browse files
committed
update
1 parent 409860c commit e5aaae3

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,12 @@ jobs:
7676
with:
7777
persist-credentials: false
7878
repository: apache/arrow-rs
79-
# Temporary: check with the arrow-rs fix
80-
ref: refs/pull/9888/head
8179
path: rust
8280
- name: Checkout Arrow nanoarrow
8381
uses: actions/checkout@v6
8482
with:
8583
persist-credentials: false
8684
repository: apache/arrow-nanoarrow
87-
# Temporary: check with the nanoarrow fix
88-
ref: refs/pull/880/head
8985
path: nanoarrow
9086
- name: Checkout Arrow Go
9187
uses: actions/checkout@v6

dev/archery/archery/integration/datagen.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,15 +1975,20 @@ def get_generated_json_files(tempdir=None):
19751975
.skip_tester('JS'),
19761976

19771977
generate_dictionary_case()
1978+
# TODO(https://github.com/apache/arrow-nanoarrow/issues/622)
1979+
.skip_tester('nanoarrow')
19781980
# TODO(https://github.com/apache/arrow/issues/38045)
19791981
.skip_format(SKIP_FLIGHT, '.NET'),
19801982

19811983
generate_dictionary_unsigned_case()
1984+
.skip_tester('nanoarrow')
19821985
.skip_tester('Java') # TODO(ARROW-9377)
19831986
# TODO(https://github.com/apache/arrow/issues/38045)
19841987
.skip_format(SKIP_FLIGHT, '.NET'),
19851988

19861989
generate_nested_dictionary_case()
1990+
# TODO(https://github.com/apache/arrow-nanoarrow/issues/622)
1991+
.skip_tester('nanoarrow')
19871992
.skip_tester('Java') # TODO(ARROW-7779)
19881993
# TODO(https://github.com/apache/arrow/issues/38045)
19891994
.skip_format(SKIP_FLIGHT, '.NET')
@@ -2010,6 +2015,9 @@ def get_generated_json_files(tempdir=None):
20102015
.skip_tester('Ruby'),
20112016

20122017
generate_extension_case()
2018+
# Also contains a dictionary column
2019+
# TODO(https://github.com/apache/arrow-nanoarrow/issues/622)
2020+
.skip_tester('nanoarrow')
20132021
# TODO(https://github.com/apache/arrow/issues/38045)
20142022
.skip_format(SKIP_FLIGHT, '.NET')
20152023
.skip_tester('Ruby'),

0 commit comments

Comments
 (0)