Skip to content

Commit

Permalink
enable Flight tests requiring dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtHagenlocher committed Oct 16, 2024
1 parent 2139b78 commit 316f4e4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1955,22 +1955,16 @@ def _temp_path():

generate_dictionary_case()
# TODO(https://github.com/apache/arrow-nanoarrow/issues/622)
.skip_tester('nanoarrow')
# TODO(https://github.com/apache/arrow/issues/38045)
.skip_format(SKIP_FLIGHT, 'C#'),
.skip_tester('nanoarrow'),

generate_dictionary_unsigned_case()
.skip_tester('nanoarrow')
.skip_tester('Java') # TODO(ARROW-9377)
# TODO(https://github.com/apache/arrow/issues/38045)
.skip_format(SKIP_FLIGHT, 'C#'),
.skip_tester('Java'), # TODO(ARROW-9377)

generate_nested_dictionary_case()
# TODO(https://github.com/apache/arrow-nanoarrow/issues/622)
.skip_tester('nanoarrow')
.skip_tester('Java') # TODO(ARROW-7779)
# TODO(https://github.com/apache/arrow/issues/38045)
.skip_format(SKIP_FLIGHT, 'C#'),
.skip_tester('Java'), # TODO(ARROW-7779)

generate_run_end_encoded_case()
.skip_tester('C#')
Expand All @@ -1997,9 +1991,7 @@ def _temp_path():
.skip_tester('nanoarrow')
# TODO: ensure the extension is registered in the C++ entrypoint
.skip_format(SKIP_C_SCHEMA, 'C++')
.skip_format(SKIP_C_ARRAY, 'C++')
# TODO(https://github.com/apache/arrow/issues/38045)
.skip_format(SKIP_FLIGHT, 'C#'),
.skip_format(SKIP_C_ARRAY, 'C++'),
]

generated_paths = []
Expand Down

0 comments on commit 316f4e4

Please sign in to comment.