----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32324/#review78882 -----------------------------------------------------------
Ship it! Ship It! - Thejas Nair On April 1, 2015, 9:07 p.m., Jason Dere wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32324/ > ----------------------------------------------------------- > > (Updated April 1, 2015, 9:07 p.m.) > > > Review request for hive, Ashutosh Chauhan and Thejas Nair. > > > Bugs: HIVE-10037 > https://issues.apache.org/jira/browse/HIVE-10037 > > > Repository: hive-git > > > Description > ------- > > 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(). > > > Diffs > ----- > > itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java > 2c85877 > jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java cd1916f > jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java 764a3f1 > jdbc/src/java/org/apache/hive/jdbc/HiveResultSetMetaData.java 3fcdd56 > jdbc/src/java/org/apache/hive/jdbc/JdbcColumn.java 4383f56 > metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java > 2758eb0 > ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java > 3f4cfed > service/if/TCLIService.thrift 6f1a4ca > service/src/java/org/apache/hive/service/cli/ColumnValue.java 9b48396 > service/src/java/org/apache/hive/service/cli/Type.java 92d237d > > Diff: https://reviews.apache.org/r/32324/diff/ > > > Testing > ------- > > Added test to TestJdbcDriver2 > > > Thanks, > > Jason Dere > >