Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/22956 )
Change subject: IMPALA-14107: Increment table version in fireReloadEvent ...................................................................... Patch Set 8: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/22956/8/fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java File fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java: http://gerrit.cloudera.org:8080/#/c/22956/8/fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java@488 PS8, Line 488: Could not find %s This error message is misleading for PARTITION_NOT_FOUND errors. E.g. Fetching TABLE failed: PARTITION_NOT_FOUND. Could not find TCatalogObject(type:TABLE, catalog_version:2316, table:TTable(db_name:test_reload_events_with_transient_partitions_local_catalog_77dd977e, tbl_name:tbl)) It sounds like catalogd can't find the table. But actually what is missing is the partition. Maybe replacing "Could not find" with "for" is more clear, e.g. Fetching TABLE failed: PARTITION_NOT_FOUND for TCatalogObject(type:TABLE, catalog_version:2316, table:TTable(db_name:test_reload_events_with_transient_partitions_local_catalog_77dd977e, tbl_name:tbl)) -- To view, visit http://gerrit.cloudera.org:8080/22956 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1bc91023d46a0b57916202d2b64e2cf07b687b74 Gerrit-Change-Number: 22956 Gerrit-PatchSet: 8 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Comment-Date: Tue, 10 Jun 2025 07:56:14 +0000 Gerrit-HasComments: Yes
