Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24698
Change subject: IMPALA-15267: Fix missing comma in the default value of common_hms_event_types flag ...................................................................... IMPALA-15267: Fix missing comma in the default value of common_hms_event_types flag This patch adds a missing comma in the default value of common_hms_event_types. This is used in passing the EventTypeSkipList to HMS while fetching specific types of events. The bug won't impact correctness since the filters are also evaluated in client side (catalogd), it just impacts performance since some events are not filtered out in HMS side. Change-Id: I66c414a4c293143b1aea9f45d1accc350d65057d --- M be/src/catalog/catalog-server.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/24698/1 -- To view, visit http://gerrit.cloudera.org:8080/24698 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I66c414a4c293143b1aea9f45d1accc350d65057d Gerrit-Change-Number: 24698 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
