Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Looking at the flatbuffers doc, it appears there should only be one `root_type` declaration in an fbs file:
The last part of the schema is the root_type. The root type declares what will be the root table for the serialized data. In our case, the root type is our Monster table.
However, the Tensor.fbs file has multiple `root_type` declarations:
https://github.com/apache/arrow/blob/69d595ae4c61902b3f2778e536fca6675350c88c/format/Tensor.fbs#L53
https://github.com/apache/arrow/blob/69d595ae4c61902b3f2778e536fca6675350c88c/format/Tensor.fbs#L146
See the discussion here: https://github.com/apache/arrow/pull/2546#discussion_r256549256
Attachments
Issue Links
- links to