Michael Smith created IMPALA-13998: -------------------------------------- Summary: NullPointerException in test_ddl Key: IMPALA-13998 URL: https://issues.apache.org/jira/browse/IMPALA-13998 Project: IMPALA Issue Type: Bug Components: Catalog Affects Versions: Impala 4.5.0 Reporter: Michael Smith Fix For: Impala 5.0.0
When TABLE RENAME DDLs and INVALIDATE METADATA run concurrently, https://github.com/apache/impala/blob/4.5.0/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java#L2612-L2613 can be encountered with existingTbl == null. This starts showing up in test_ddl after IMPALA-13631, but only if IMPALA-13884 is not present. This was incidentally fixed by IMPALA-13884. -- This message was sent by Atlassian Jira (v8.20.10#820010)