Skip to content

[Format] Tensor.fbs file has multiple root_type declarations #15975

@asfimport

Description

@asfimport

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:

root_type Tensor;

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions