-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
This will allow in memory datasets (such as tables) to participate in discovery through UnionDatasetFactory. This class will be trivial since Inspect will do nothing but return the table's schema, but is necessary to ensure that the resulting UnionDataset's unified schema accommodates the table's schema (for example including fields present only in the table's schema or emitting an error when unification is not possible)
Reporter: Ben Kietzman / @bkietz
Assignee: Ben Kietzman / @bkietz
Related issues:
- [C++][Dataset] Let datasets be viewable with non-identical schema (is superceded by)
Note: This issue was originally created as ARROW-7945. Please see the migration documentation for further details.