[
https://issues.apache.org/jira/browse/HIVE-10037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Dere updated HIVE-10037:
------------------------------
Attachment: HIVE-10037.1.patch
Attaching initial patch.
There is no interval type in Jdbc, so year-month intervals and day-time
intervals both use java.sql.Types.OTHER as the Jdbc type.
Also does some changes in JdbcColumn/HiveResultSetMetaData to allow a more
accurate column precision/display size in the case of interval types, and to
allow users to use get the HiveIntervalYearMonth/HiveIntervalDayTime values
when calling ResultSet.getObject().
> JDBC support for interval expressions
> -------------------------------------
>
> Key: HIVE-10037
> URL: https://issues.apache.org/jira/browse/HIVE-10037
> Project: Hive
> Issue Type: Sub-task
> Components: JDBC
> Reporter: Jason Dere
> Assignee: Jason Dere
> Attachments: HIVE-10037.1.patch
>
>
> Allow interval expressions to be retrieved from JDBC/beeline
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)