Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/9134 )
Change subject: IMPALA-5717: Support for reading ORC data files ...................................................................... Patch Set 17: Sorry that I find a bug in this patch. Please wait until I fix it. Repro: hive> create table tmp_orc (a int, b string, c int) stored as orc; hive> insert overwrite table tmp_orc select 1, "abc", 2; impala> invalidate metadata tmp_orc; impala> select * from tmp_orc; hive> insert overwrite table tmp_orc select 3, "ccc", 3; impala> refresh tmp_orc; impala> select * from tmp_orc; The orc lib reports that ORC postscript length is invalid in the final query. -- To view, visit http://gerrit.cloudera.org:8080/9134 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia7b6ae4ce3b9ee8125b21993702faa87537790a4 Gerrit-Change-Number: 9134 Gerrit-PatchSet: 17 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Mon, 09 Apr 2018 13:44:08 +0000 Gerrit-HasComments: No
