drill
drill copied to clipboard
DRILL-5970: DrillParquetReader always builds the schema with "OPTIONA…
…L" dataMode columns instead of "REQUIRED" ones
- Added supporting of specifying the DataMode of data type in MapWriter;
- Use nullable vectors in case of parent nested data type with OPTIONAL repetition.
@sachouche can you please review this?