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 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15d3657
commit f017e08
Showing
3 changed files
with
50 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py | ||
index d0c4b3d6c..936351c80 100644 | ||
--- a/dev/archery/archery/integration/datagen.py | ||
+++ b/dev/archery/archery/integration/datagen.py | ||
@@ -1568,8 +1568,7 @@ def get_generated_json_files(tempdir=None): | ||
.skip_category('Go') # TODO(ARROW-7901) | ||
.skip_category('JS'), # TODO(ARROW-7900) | ||
|
||
- generate_decimal128_case() | ||
- .skip_category('Rust'), | ||
+ generate_decimal128_case(), | ||
|
||
generate_decimal256_case() | ||
.skip_category('Go') # TODO(ARROW-7948): Decimal + Go | ||
@@ -1579,13 +1578,11 @@ def get_generated_json_files(tempdir=None): | ||
generate_datetime_case(), | ||
|
||
generate_interval_case() | ||
- .skip_category('JS') # TODO(ARROW-5239): Intervals + JS | ||
- .skip_category('Rust'), | ||
+ .skip_category('JS'), # TODO(ARROW-5239): Intervals + JS | ||
|
||
generate_month_day_nano_interval_case() | ||
.skip_category('Go') | ||
- .skip_category('JS') | ||
- .skip_category('Rust'), | ||
+ .skip_category('JS'), | ||
|
||
|
||
generate_map_case() | ||
@@ -1603,13 +1600,11 @@ def get_generated_json_files(tempdir=None): | ||
|
||
generate_nested_large_offsets_case() | ||
.skip_category('Go') | ||
- .skip_category('JS') | ||
- .skip_category('Rust'), | ||
+ .skip_category('JS'), | ||
|
||
generate_unions_case() | ||
.skip_category('Go') | ||
- .skip_category('JS') | ||
- .skip_category('Rust'), | ||
+ .skip_category('JS'), | ||
|
||
generate_custom_metadata_case() | ||
.skip_category('JS'), |
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