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:
See the discussion here: #2546 (comment)
Reporter: Eric Erhardt / @eerhardt
Assignee: Kenta Murata / @mrkn
Externally tracked issue: #3651
PRs and other links:
Note: This issue was originally created as ARROW-4571. Please see the migration documentation for further details.
Looking at the flatbuffers doc, it appears there should only be one
root_typedeclaration in an fbs file:However, the Tensor.fbs file has multiple
root_typedeclarations:arrow/format/Tensor.fbs
Line 53 in 69d595a
arrow/format/Tensor.fbs
Line 146 in 69d595a
See the discussion here: #2546 (comment)
Reporter: Eric Erhardt / @eerhardt
Assignee: Kenta Murata / @mrkn
Externally tracked issue: #3651
PRs and other links:
Note: This issue was originally created as ARROW-4571. Please see the migration documentation for further details.