[ https://issues.apache.org/jira/browse/HIVE-26131?focusedWorklogId=755726&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755726 ]
ASF GitHub Bot logged work on HIVE-26131: ----------------------------------------- Author: ASF GitHub Bot Created on: 12/Apr/22 12:32 Start Date: 12/Apr/22 12:32 Worklog Time Spent: 10m Work Description: zhangbutao commented on PR #3200: URL: https://github.com/apache/hive/pull/3200#issuecomment-1096666823 @kgyrtkirk @nrg4878 Could you please take a look? thx Issue Time Tracking ------------------- Worklog Id: (was: 755726) Time Spent: 20m (was: 10m) > 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: 20m > 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)