[
https://issues.apache.org/jira/browse/HIVE-26131?focusedWorklogId=757733&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757733
]
ASF GitHub Bot logged work on HIVE-26131:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/22 02:17
Start Date: 18/Apr/22 02:17
Worklog Time Spent: 10m
Work Description: zhangbutao commented on PR #3200:
URL: https://github.com/apache/hive/pull/3200#issuecomment-1101028919
Gentle ping :)
Issue Time Tracking
-------------------
Worklog Id: (was: 757733)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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.1#820001)