You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Michael Smith (Code Review)" <ge...@cloudera.org> on 2022/12/02 18:52:58 UTC

[Impala-ASF-CR] IMPALA-11767: Ignore exceptions for invalid paths in Hudi search

Hello Andrew Sherman, Impala Public Jenkins, 

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

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

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

Change subject: IMPALA-11767: Ignore exceptions for invalid paths in Hudi search
......................................................................

IMPALA-11767: Ignore exceptions for invalid paths in Hudi search

When testing potential paths for a Hudi table, Hudi starts from the
filesystem root and looks for a `.hoodie` file. With Ozone,
`ofs:///.hoodie` and `ofs:///<volume>/.hoodie` are invalid paths, and
after HDDS-7132 an exception will be thrown testing for existence of
those paths. This caused
query_test/test_scanners.py::TestHudiParquet::test_hudiparquet to fail
with Ozone 1.3.0 prerelease builds.

Log the exception and continue searching.

Testing: ran test_hudiparquet with Ozone 1.3.0 prerelease build

Change-Id: Iecc572ce78b13f7ddc177ad371fcf3048241620d
---
M fe/src/main/java/org/apache/impala/util/HudiUtil.java
1 file changed, 15 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/19312/3
-- 
To view, visit http://gerrit.cloudera.org:8080/19312
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iecc572ce78b13f7ddc177ad371fcf3048241620d
Gerrit-Change-Number: 19312
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Smith <mi...@cloudera.com>
Gerrit-Reviewer: Andrew Sherman <as...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Michael Smith <mi...@cloudera.com>