Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Rustfmt error was introduced in this PR: https://github.com/apache/arrow/commit/30ce2eb5d4dc6136594f005f6b7ec7315afc9a88
Which leads to errors such as
https://github.com/apache/arrow/pull/8648/checks?check_run_id=1625423680
Diff in /arrow/rust/arrow/src/ipc/reader.rs at line 160: let null_count = struct_node.null_count() as usize; let struct_array = if null_count > 0 { // create struct array from fields, arrays and null data - StructArray::from(( - struct_arrays, - null_buffer, - )) + StructArray::from((struct_arrays, null_buffer)) } else { StructArray::from(struct_arrays) };
On all PRs in the repo
Attachments
Issue Links
- links to