[
https://issues.apache.org/jira/browse/TAJO-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143962#comment-15143962
]
ASF GitHub Bot commented on TAJO-2073:
--------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/958#discussion_r52702301
--- Diff:
tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/thirdparty/parquet/InternalParquetRecordReader.java
---
@@ -138,24 +162,29 @@ public float getProgress() {
return (float) current / total;
}
- public void initialize(MessageType requestedSchema, MessageType
fileSchema,
- Map<String, String> extraMetadata, Map<String,
String> readSupportMetadata,
+ public void initialize(MessageType fileSchema,
--- End diff --
FileMetaData also includes the file schema.
> Upgrade parquet-mr to 1.8.1
> ---------------------------
>
> Key: TAJO-2073
> URL: https://issues.apache.org/jira/browse/TAJO-2073
> Project: Tajo
> Issue Type: Improvement
> Components: Storage
> Affects Versions: 0.11.1
> Reporter: Jinho Kim
> Assignee: Jinho Kim
>
> There are lots of changes since parquet's graduation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)