[ 
https://issues.apache.org/jira/browse/HIVE-26131?focusedWorklogId=763272&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-763272
 ]

ASF GitHub Bot logged work on HIVE-26131:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Apr/22 03:32
            Start Date: 28/Apr/22 03:32
    Worklog Time Spent: 10m 
      Work Description: nrg4878 merged PR #3200:
URL: https://github.com/apache/hive/pull/3200




Issue Time Tracking
-------------------

    Worklog Id:     (was: 763272)
    Time Spent: 50m  (was: 40m)

> Incorrect OutputFormat when describing jdbc connector table 
> ------------------------------------------------------------
>
>                 Key: HIVE-26131
>                 URL: https://issues.apache.org/jira/browse/HIVE-26131
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC storage handler
>    Affects Versions: 4.0.0-alpha-1, 4.0.0-alpha-2
>            Reporter: zhangbutao
>            Assignee: zhangbutao
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0-alpha-2
>
>         Attachments: image-2022-04-12-13-07-09-647.png
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Step to repro:
> {code:java}
> CREATE CONNECTOR mysql_qtest
> TYPE 'mysql'
> URL 'jdbc:mysql://localhost:3306/testdb'
> WITH DCPROPERTIES (
> "hive.sql.dbcp.username"="root",
> "hive.sql.dbcp.password"="****");
> CREATE REMOTE DATABASE db_mysql USING mysql_qtest with 
> DBPROPERTIES("connector.remoteDbName"="testdb"); 
> describe formatted db_mysql.test;{code}
> You can see incorrect OuptputFormat info:
> !image-2022-04-12-13-07-09-647.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to