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

Commit

Permalink
Updated patch for integration test (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jan 4, 2022
1 parent 7add9d3 commit c28d69e
Showing 1 changed file with 5 additions and 8 deletions.
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

0 comments on commit c28d69e

Please sign in to comment.