Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19312
Change subject: IMPALA-11767: Catch exceptions for invalid paths in Hudi search ...................................................................... IMPALA-11767: Catch 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, 10 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/19312/1 -- 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: newchange Gerrit-Change-Id: Iecc572ce78b13f7ddc177ad371fcf3048241620d Gerrit-Change-Number: 19312 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
