Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
ghx-label-11
Description
This was discovered by running test metadata.test_event_processing.TestEventProcessing.test_transact_partition_location_change_from_hive when flag hms_event_incremental_refresh_transactional_table is set to false.
When hms_event_incremental_refresh_transactional_table is true (default), the alter partition event is processed correctly and the location change is detected. But if it is false or event processing is turned off, the change is not detected and running REFRESH on the table also doesn't update the location.
The different handling based on the flag seems intentional:
This seems to be an old issues while the test was added in a recent commit:
https://github.com/apache/impala/commit/32b29ff36fb3e05fd620a6714de88805052d0117
Attachments
Issue Links
- relates to
-
IMPALA-12835 Transactional tables are unsynced when hms_event_incremental_refresh_transactional_table is disabled
- Resolved