[
https://issues.apache.org/jira/browse/TAJO-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143947#comment-15143947
]
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_r52701715
--- Diff:
tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/parquet/ParquetScanner.java
---
@@ -78,6 +96,7 @@ public Tuple next() throws IOException {
*/
@Override
public void reset() throws IOException {
+ throw new TajoRuntimeException(new UnsupportedException());
--- End diff --
UnimplementedException looks more proper.
> 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)