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

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jul 1, 2022
1 parent ee505bd commit e649619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ async fn record_batch_from_message(
fields,
ipc_schema,
None,
None,
dictionaries,
arrow_format::ipc::MetadataVersion::V5,
&mut reader,
Expand Down
6 changes: 3 additions & 3 deletions tests/it/io/ipc/read/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ fn read_limited() -> Result<()> {
test_limit("1.0.0-littleendian", "generated_primitive", 2)?;
test_limit("1.0.0-littleendian", "generated_dictionary", 2)?;
test_limit("1.0.0-littleendian", "generated_union", 2)?;
//test_limit("1.0.0-littleendian", "generated_map", 2)?;
//test_limit("1.0.0-littleendian", "generated_nested_dictionary", 2)?;
//test_limit("1.0.0-littleendian", "generated_nested", 2)?;
test_limit("1.0.0-littleendian", "generated_map", 2)?;
test_limit("1.0.0-littleendian", "generated_nested_dictionary", 2)?;
test_limit("1.0.0-littleendian", "generated_nested", 2)?;
Ok(())
}

0 comments on commit e649619

Please sign in to comment.