This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary skip decimal256 integration tests
- Loading branch information
1 parent
9f6be52
commit 71e9a24
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py | ||
index 422130738..22e7e1834 100644 | ||
index 591aa6d0b..febe79bb2 100644 | ||
--- a/dev/archery/archery/integration/datagen.py | ||
+++ b/dev/archery/archery/integration/datagen.py | ||
@@ -1626,7 +1626,8 @@ def get_generated_json_files(tempdir=None): | ||
@@ -1602,7 +1602,8 @@ def get_generated_json_files(tempdir=None): | ||
|
||
generate_decimal256_case() | ||
.skip_category('Go') # TODO(ARROW-7948): Decimal + Go | ||
- .skip_category('JS'), | ||
+ .skip_category('JS') | ||
+ .skip_category('Rust'), | ||
|
||
generate_datetime_case(), | ||
|
||
@@ -1624,7 +1625,8 @@ def get_generated_json_files(tempdir=None): | ||
generate_non_canonical_map_case() | ||
.skip_category('C#') | ||
.skip_category('Java') # TODO(ARROW-8715) | ||
- .skip_category('JS'), # TODO(ARROW-8716) | ||
+ .skip_category('JS') # TODO(ARROW-8716) | ||
+ .skip_category('Rust'), # TODO(ARROW-8715) | ||
+ .skip_category('Rust'), | ||
|
||
generate_nested_case() | ||
.skip_category('C#'), |