Skip to content

Commit

Permalink
HIVE-20817 : Reading Timestamp datatype via HiveServer2 gives errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshk114 committed Oct 30, 2018
1 parent 1656e1b commit 132a104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/src/java/org/apache/hive/service/cli/ColumnValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
package org.apache.hive.service.cli;

import java.math.BigDecimal;
import java.sql.Date;
import java.sql.Timestamp;

import org.apache.hadoop.hive.common.type.Date;
import org.apache.hadoop.hive.common.type.HiveChar;
import org.apache.hadoop.hive.common.type.HiveDecimal;
import org.apache.hadoop.hive.common.type.HiveIntervalDayTime;
import org.apache.hadoop.hive.common.type.HiveIntervalYearMonth;
import org.apache.hadoop.hive.common.type.HiveVarchar;
import org.apache.hadoop.hive.common.type.Timestamp;
import org.apache.hadoop.hive.common.type.TimestampTZ;
import org.apache.hadoop.hive.serde2.thrift.Type;
import org.apache.hive.service.rpc.thrift.TBoolValue;
Expand Down

0 comments on commit 132a104

Please sign in to comment.