You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "zhangbutao (Jira)" <ji...@apache.org> on 2022/04/12 05:10:00 UTC

[jira] [Work started] (HIVE-26131) Incorrect OutputFormat when describing jdbc connector table

     [ https://issues.apache.org/jira/browse/HIVE-26131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HIVE-26131 started by zhangbutao.
-----------------------------------------
> 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
>         Attachments: image-2022-04-12-13-07-09-647.png, image-2022-04-12-13-07-36-876.png
>
>
> 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.1#820001)