Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0
-
None
Description
As part of schema provisioning project we want to allow hybrid model for Row set-based scan framework, namely to allow to pass custom schema metadata which can be partial.
Currently schema provisioning has SchemaContainer class that contains the following information (can be obtained from metastore, schema file, table function):
1. schema represented by org.apache.drill.exec.record.metadata.TupleMetadata
2. properties represented by Map<String, String>, can contain information if schema is strict or partial (default is partial) etc.
Attachments
Issue Links
- Dependent
-
DRILL-6835 Schema Provision using File / Table Function
- Resolved
- links to