-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
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:
Line 53 in 69d595a
| root_type Tensor; |
Line 146 in 69d595a
| root_type SparseTensor; |
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.