Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.16.0
-
None
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)
Attachments
Issue Links
- is superceded by
-
ARROW-8164 [C++][Dataset] Let datasets be viewable with non-identical schema
- Resolved