[
https://issues.apache.org/jira/browse/IMPALA-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18105382#comment-18105382
]
ASF subversion and git services commented on IMPALA-15267:
----------------------------------------------------------
Commit 1b9d8c7ccba3d28edb23445a02d53552d2da2c3e in impala's branch
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1b9d8c7cc ]
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
Reviewed-on: http://gerrit.cloudera.org:8080/24698
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Missing comma in the default value of common_hms_event_types flag
> -----------------------------------------------------------------
>
> Key: IMPALA-15267
> URL: https://issues.apache.org/jira/browse/IMPALA-15267
> Project: IMPALA
> Issue Type: Bug
> Reporter: Quanlong Huang
> Assignee: Quanlong Huang
> Priority: Major
>
> The default value of flag common_hms_event_types is missing a comma
> between COMMIT_COMPACTION_EVENT and CREATE_DATABASE:
> {code:cpp}
> DEFINE_string(common_hms_event_types,
> "ADD_PARTITION,ALTER_PARTITION,DROP_PARTITION,"
>
> "ALTER_PARTITIONS,CREATE_TABLE,ALTER_TABLE,DROP_TABLE,RELOAD,COMMIT_COMPACTION_EVENT"
>
> "CREATE_DATABASE,ALTER_DATABASE,DROP_DATABASE,INSERT,OPEN_TXN,COMMIT_TXN,ABORT_TXN,"
> "ALLOC_WRITE_ID_EVENT,ACID_WRITE_EVENT,BATCH_ACID_WRITE_EVENT,"
>
> "UPDATE_TBL_COL_STAT_EVENT,DELETE_TBL_COL_STAT_EVENT,UPDATE_PART_COL_STAT_EVENT,"
> "UPDATE_PART_COL_STAT_EVENT_BATCH,DELETE_PART_COL_STAT_EVENT,",
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]