Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.0
Description
Among others, it will be useful to debug the dialect being chosen for query generation. For instance:
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])
Attachments
Issue Links
- fixes
-
HIVE-23910 Some jdbc tests are unstable
- Resolved
- links to