Skip to content

Commit

Permalink
ARROW-13628: [Rust] Activate IPC month_day_nano_interval integration …
Browse files Browse the repository at this point in the history
…test for rust

arrow-rs has added `MONTH_DAY_NANO` interval type in PR [#779](apache/arrow-rs#779), we need to enable integration tests for it.

Closes #11238 from b41sh/rust-month_day_nano_interval

Lead-authored-by: b41sh <baishen2009@gmail.com>
Co-authored-by: baishen <baishen2009@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
b41sh authored and pitrou committed Jan 4, 2022
1 parent 8e18cf3 commit acce03b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1579,9 +1579,7 @@ def _temp_path():

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

.skip_category('JS'),

generate_map_case()
.skip_category('C#')
Expand Down

0 comments on commit acce03b

Please sign in to comment.