[ https://issues.apache.org/jira/browse/HIVE-29259 ]


    Raghav Aggarwal deleted comment on HIVE-29259:
    ----------------------------------------

was (Author: JIRAUSER295901):
Default MaxWidth i.e 50

!image-2025-12-03-22-50-39-842.png|width=879,height=161!

MaxWidth explicitly set to 100

!image-2025-12-03-22-51-08-257.png|width=867,height=154!

> The result format of the desc catalog is messy
> ----------------------------------------------
>
>                 Key: HIVE-29259
>                 URL: https://issues.apache.org/jira/browse/HIVE-29259
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Butao Zhang
>            Priority: Major
>
> At present, you can find the result format of desc catalog is messy & wrong, 
> e.g:
> {code:java}
> 0: jdbc:hive2://127.0.0.1:10000/default> desc catalog hive;
> +------------------+---------------------------------------------------------+------------+
> |   cat_name     |                      comment              | location  |
> +------------------+-------------------------------------------------------- 
> +-------------+
> | Catalog Name    | hive                                    | NULL    |
> | Comment       | Default catalog for Hive                       | NULL    |
> | Location      | hdfs://127.0.0.1:8028/user/hive/warehouse/hiveicetest   | 
> NULL     |
> +------------------+---------------------------------------------------------+------------+{code}
>  
>  
> *It should output the result in this format:*
> {code:java}
> 0: jdbc:hive2://127.0.0.1:10000/default> desc catalog hive;
> +------------------+-------------------------------------------------------+-------------------------------------------------------------+
> |   cat_name     |                 comment                   |              
> location                                      |
> +------------------+-------------------------------------------------------+-------------------------------------------------------------+
> |      hive       |       Default catalog for Hive              | 
> hdfs://127.0.0.1:8028/user/hive/warehouse/hiveicetest      |
> +------------------+-------------------------------------------------------+-------------------------------------------------------------+{code}
>  



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

Reply via email to