This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new 624b6c646 IMPALA-10987: (Addendum) Changing impala.disableHmsSync in
Hive should not break event processing
624b6c646 is described below
commit 624b6c646819d7a15d550169ceca4ce5a3fa794f
Author: Sai Hemanth Gantasala <[email protected]>
AuthorDate: Thu Jan 4 16:35:17 2024 -0800
IMPALA-10987: (Addendum) Changing impala.disableHmsSync in Hive should not
break event processing
This patch removes the extra quote '"' in the
test_events_custom_config.py file. This ensures that tests are not
broken with different versions of Hive.
Change-Id: I1d29bf0bdf68d4da11f02dabff8c6a68d81276c8
Reviewed-on: http://gerrit.cloudera.org:8080/20860
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Michael Smith <[email protected]>
---
tests/custom_cluster/test_events_custom_configs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/custom_cluster/test_events_custom_configs.py
b/tests/custom_cluster/test_events_custom_configs.py
index 31ee6880a..5f5942a3e 100644
--- a/tests/custom_cluster/test_events_custom_configs.py
+++ b/tests/custom_cluster/test_events_custom_configs.py
@@ -614,7 +614,7 @@ class
TestEventProcessingCustomConfigs(CustomClusterTestSuite):
EventProcessorUtils.wait_for_event_processing(self)
prev_events_skipped = EventProcessorUtils.get_int_metric('events-skipped',
0)
self.run_stmt_in_hive(
- """"ALTER TABLE {}.{} SET TBLPROPERTIES('somekey'='somevalue')"""
+ """ALTER TABLE {}.{} SET TBLPROPERTIES('somekey'='somevalue')"""
.format(unique_database, test_table))
self.client.execute(
"""ALTER TABLE {}.{} SET TBLPROPERTIES
('impala.disableHmsSync'='false')"""