[
https://issues.apache.org/jira/browse/HIVE-24143?focusedWorklogId=482297&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482297
]
ASF GitHub Bot logged work on HIVE-24143:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Sep/20 21:29
Start Date: 11/Sep/20 21:29
Worklog Time Spent: 10m
Work Description: jcamachor commented on a change in pull request #1482:
URL: https://github.com/apache/hive/pull/1482#discussion_r487299089
##########
File path: ql/src/test/queries/clientpositive/external_jdbc_table2.q
##########
@@ -7,43 +6,43 @@ CREATE TEMPORARY FUNCTION dboutput AS
'org.apache.hadoop.hive.contrib.genericudf
FROM src
SELECT
-dboutput
('jdbc:derby:;databaseName=${system:test.tmp.dir}/test_derby_auth1;create=true','user1','passwd1',
+dboutput
('jdbc:derby:;databaseName=${system:test.tmp.dir}/test_derby_auth1_1;create=true','user1','passwd1',
Review comment:
I changed it to avoid a clash with other test in the temp directory,
which I believe was causing HIVE-23910.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 482297)
Time Spent: 0.5h (was: 20m)
> Include convention in JDBC converter operator in Calcite plan
> -------------------------------------------------------------
>
> Key: HIVE-24143
> URL: https://issues.apache.org/jira/browse/HIVE-24143
> Project: Hive
> Issue Type: Improvement
> Components: CBO
> Affects Versions: 4.0.0
> Reporter: Jesus Camacho Rodriguez
> Assignee: Jesus Camacho Rodriguez
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Among others, it will be useful to debug the dialect being chosen for query
> generation. For instance:
> {code}
> HiveProject(jdbc_type_conversion_table1.ikey=[$0],
> jdbc_type_conversion_table1.bkey=[$1], jdbc_type_conversion_table1.fkey=[$2],
> jdbc_type_conversion_table1.dkey=[$3],
> jdbc_type_conversion_table1.chkey=[$4],
> jdbc_type_conversion_table1.dekey=[$5],
> jdbc_type_conversion_table1.dtkey=[$6], jdbc_type_conversion_table1.tkey=[$7])
> HiveProject(ikey=[$0], bkey=[$1], fkey=[$2], dkey=[$3], chkey=[$4],
> dekey=[$5], dtkey=[$6], tkey=[$7])
> -----> HiveJdbcConverter(convention=[JDBC.DERBY])
> JdbcHiveTableScan(table=[[default, jdbc_type_conversion_table1]],
> table:alias=[jdbc_type_conversion_table1])
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)