Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Updated patch for integration test #731

Merged
merged 1 commit into from
Jan 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions integration-testing/unskip.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py
index 6a077a893..cab6ecd37 100644
index c91d9ddf1..916ca5f67 100644
--- a/dev/archery/archery/integration/datagen.py
+++ b/dev/archery/archery/integration/datagen.py
@@ -1561,8 +1561,7 @@ def get_generated_json_files(tempdir=None):
Expand All @@ -12,7 +12,7 @@ index 6a077a893..cab6ecd37 100644

generate_decimal256_case()
.skip_category('Go') # TODO(ARROW-7948): Decimal + Go
@@ -1574,18 +1573,15 @@ def get_generated_json_files(tempdir=None):
@@ -1574,16 +1573,14 @@ def get_generated_json_files(tempdir=None):

generate_interval_case()
.skip_category('C#')
Expand All @@ -22,10 +22,7 @@ index 6a077a893..cab6ecd37 100644

generate_month_day_nano_interval_case()
.skip_category('C#')
- .skip_category('JS')
- .skip_category('Rust'),
+ .skip_category('JS'),

.skip_category('JS'),

generate_map_case()
- .skip_category('C#')
Expand All @@ -34,7 +31,7 @@ index 6a077a893..cab6ecd37 100644

generate_non_canonical_map_case()
.skip_category('C#')
@@ -1602,14 +1598,12 @@ def get_generated_json_files(tempdir=None):
@@ -1600,14 +1597,12 @@ def get_generated_json_files(tempdir=None):
generate_nested_large_offsets_case()
.skip_category('C#')
.skip_category('Go')
Expand All @@ -51,7 +48,7 @@ index 6a077a893..cab6ecd37 100644

generate_custom_metadata_case()
.skip_category('C#')
@@ -1634,14 +1628,12 @@ def get_generated_json_files(tempdir=None):
@@ -1632,14 +1627,12 @@ def get_generated_json_files(tempdir=None):
.skip_category('C#')
.skip_category('Go')
.skip_category('Java') # TODO(ARROW-7779)
Expand Down