Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-14
Description
test_iceberg_self_events failed in JDK11 build with following error.
Error Message assert 0 == 1 Stacktrace custom_cluster/test_events_custom_configs.py:637: in test_iceberg_self_events check_self_events("ALTER TABLE {0} ADD COLUMN j INT".format(tbl_name)) custom_cluster/test_events_custom_configs.py:624: in check_self_events assert tbls_refreshed_before == tbls_refreshed_after E assert 0 == 1
This test still pass before IMPALA-11387 merged.
Attachments
Attachments
Issue Links
- relates to
-
IMPALA-12461 Avoid write lock on the table during self-event detection
- Reopened