[ 
https://issues.apache.org/jira/browse/IMPALA-12780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17814593#comment-17814593
 ] 

ASF subversion and git services commented on IMPALA-12780:
----------------------------------------------------------

Commit 0d0a410cf65951d634f81ec14b474d663f9cf587 in impala's branch 
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=0d0a410cf ]

IMPALA-12780: Only show non-default options in the catalog operations page

The details shown in the catalog operations page are too verbose. For
instance, for ExecDdlRequest, we show the string of TDdlQueryOptions:
  query_options=TDdlQueryOptions(sync_ddl:false, debug_action:,
lock_max_wait_time_s:300, kudu_table_reserve_seconds:0)
What really matters is the non-default options, e.g. if sync_ddl is set
to true, it should be shown.

This patch improves the details field to show only non-default options.

Also wraps the content of Query Id and Details columns so they can fit
into the table.

Change-Id: Ie62d4b9e4d357e02764e7a62f4dc107de602e1a5
Reviewed-on: http://gerrit.cloudera.org:8080/20985
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Only show non-default options in the catalog operations page
> ------------------------------------------------------------
>
>                 Key: IMPALA-12780
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12780
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Major
>         Attachments: image-2024-02-02-10-54-58-158.png
>
>
> It's too verbose to show all the TDdlQueryOptions in the details column. For 
> other DDL types like ResetMetadata, UpdateCatalog, it'd be more helpful to 
> only show non-default parameters.
> We might also wrap some columns to make contents fit into the table.
> !image-2024-02-02-10-54-58-158.png|width=1177,height=459!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to