Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/21143 )
Change subject: IMPALA-12856: Event processor should ignore processing partition with empty partition values ...................................................................... Patch Set 8: (1 comment) http://gerrit.cloudera.org:8080/#/c/21143/8/fe/src/main/java/org/apache/impala/catalog/HdfsTable.java File fe/src/main/java/org/apache/impala/catalog/HdfsTable.java: http://gerrit.cloudera.org:8080/#/c/21143/8/fe/src/main/java/org/apache/impala/catalog/HdfsTable.java@2650 PS8, Line 2650: IllegalStateException > Metastore can return an empty partition (partition with empty values) in a I get it that the empty partition comes from metastore, but which part hits a Precondition because of this? If it is Impala code, then I think that it should throw InvalidObjectException instead of hit a Precondition. If it is in the HMS client, then it should be mainly fixed on Hive side, but as a workaround catching the IllegalStateException seems ok. -- To view, visit http://gerrit.cloudera.org:8080/21143 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id2469930ccd74948325f1723bd8b2bd6aad02d09 Gerrit-Change-Number: 21143 Gerrit-PatchSet: 8 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Comment-Date: Fri, 09 Aug 2024 06:12:51 +0000 Gerrit-HasComments: Yes
