You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Zoltan Borok-Nagy (Code Review)" <ge...@cloudera.org> on 2020/06/03 15:06:25 UTC

[Impala-ASF-CR] IMPALA-9723: Raise error when when Hive Streaming side-file is found

Hello Csaba Ringhofer, Impala Public Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/16002

to look at the new patch set (#2).

Change subject: IMPALA-9723: Raise error when when Hive Streaming side-file is found
......................................................................

IMPALA-9723: Raise error when when Hive Streaming side-file is found

Currently Impala cannot read a Hive Streaming file when it is being
appended, i.e. when a side-file tells the last committed file size.

With this commit Impala raises an error during table loading whenever
it encounters a side-file.

Testing:
 * added new unit test to AcidUtilsTest

Change-Id: I8223411570ec5e31bbb98b907cf0e5c235817760
---
M fe/src/main/java/org/apache/impala/util/AcidUtils.java
M fe/src/test/java/org/apache/impala/util/AcidUtilsTest.java
2 files changed, 35 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/02/16002/2
-- 
To view, visit http://gerrit.cloudera.org:8080/16002
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8223411570ec5e31bbb98b907cf0e5c235817760
Gerrit-Change-Number: 16002
Gerrit-PatchSet: 2
Gerrit-Owner: Zoltan Borok-Nagy <bo...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <cs...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>