[GitHub] drill pull request #1047: DRILL-5970: DrillParquetReader always builds the s...

2018-01-09 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1047#discussion_r160419416 --- Diff: exec/vector/src/main/codegen/templates/BaseWriter.java --- @@ -106,37 +114,37 @@ MapOrListWriter list(String name); boolean

[GitHub] drill pull request #1047: DRILL-5970: DrillParquetReader always builds the s...

2018-01-04 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1047#discussion_r159799621 --- Diff: exec/vector/src/main/codegen/templates/BaseWriter.java --- @@ -106,37 +114,37 @@ MapOrListWriter list(String name); boolean

[GitHub] drill pull request #1047: DRILL-5970: DrillParquetReader always builds the s...

2017-11-22 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/1047 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