[
https://issues.apache.org/jira/browse/DRILL-7268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16860057#comment-16860057
]
ASF GitHub Bot commented on DRILL-7268:
---------------------------------------
vvysotskyi commented on pull request #1805: DRILL-7268: Read Hive array with
parquet native reader
URL: https://github.com/apache/drill/pull/1805#discussion_r292045480
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet2/DrillParquetGroupConverter.java
##########
@@ -634,4 +722,19 @@ public void addBinary(Binary value) {
writer.write(holder);
}
}
+
+ private static class DrillIntermediateParquetGroupConverter extends
DrillParquetGroupConverter {
Review comment:
Please add Javadoc which describes the purpose of this class.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Read Hive array with parquet native reader
> ------------------------------------------
>
> Key: DRILL-7268
> URL: https://issues.apache.org/jira/browse/DRILL-7268
> Project: Apache Drill
> Issue Type: Sub-task
> Reporter: Igor Guzenko
> Assignee: Igor Guzenko
> Priority: Major
> Fix For: 1.17.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)