Mihaly Szjatinya has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24676


Change subject: IMPALA-15254: Fix test_enc_dec_gen_compress missing INVALIDATE 
METADATA
......................................................................

IMPALA-15254: Fix test_enc_dec_gen_compress missing INVALIDATE METADATA

prepare_encoded_test_table_compress() creates a compressed text table
via Hive but never calls INVALIDATE METADATA afterward. Normally Impala
picks up Hive-created tables via the HMS event processor, but when that
processor is lagging or has crashed (e.g. during long exhaustive runs
on resource-constrained environments) the asynchronous propagation may
not complete before _compare_tables() queries the table, causing:

  AnalysisException: Could not resolve table reference:
    '<db>.<charset>_gen_None'

Change-Id: Ia01cc1ae69fd898f4aeffb57ecd3cbc4215a6d02
Assisted-by: Claude Sonnet 4.6 (GitHub Copilot)
---
M tests/query_test/test_charcodec.py
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/24676/1
-- 
To view, visit http://gerrit.cloudera.org:8080/24676
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia01cc1ae69fd898f4aeffb57ecd3cbc4215a6d02
Gerrit-Change-Number: 24676
Gerrit-PatchSet: 1
Gerrit-Owner: Mihaly Szjatinya <[email protected]>

Reply via email to