Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.17.1
Description
deserializing zero-item tables (as generated by Table.empty or, in this case, pyarrow.Schema.serialize) with a schema containing a List, FixedList or Map fail due to an unconditional
new Data(/* preceding parameters */ buffers, [childData])
statement, the childData parameter resolves to [undefined] rather than the desired [].
See https://github.com/apache/arrow/pull/7771 for further details.
Attachments
Issue Links
- links to