Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
It would be nice to have an option to return null for non existing fields.
Currently we have a use case of evolving avro file schemas where things get added.
It would be nice to be able to query old and new data without having to rewrite the old data with a new schema with null/optional/default values.
A short term fix would be to provide an option to return null with dfs for avro fields that aren't found in a file.
A nicer fix would be to support a resolving schema that can be given to dfs to read the avro files to present a uniform interface (so aliases, defaults, etc. could be utilized without rewriting each avro file.)
Attachments
Issue Links
- is part of
-
DRILL-7454 Convert the Avro format plugin to use EVF
-
- Resolved
-