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

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Mar 21, 2022
1 parent 09209db commit 975b2eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/it/io/parquet/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ fn v1_nested_utf8() -> Result<()> {
test_pyarrow_integration("list_utf8", 1, "nested", false, false, None)
}

#[test]
fn v1_nested_utf8_dict() -> Result<()> {
test_pyarrow_integration("list_utf8", 1, "nested", true, false, None)
}

#[test]
fn v2_nested_large_binary() -> Result<()> {
test_pyarrow_integration("list_large_binary", 2, "nested", false, false, None)
Expand Down

0 comments on commit 975b2eb

Please sign in to comment.