Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.4.7
-
None
-
None
Description
Sqoop rely on https://github.com/apache/hive/blob/master/common/src/java/org/apache/hadoop/hive/common/type/Timestamp.java#L179 to convert the timestamp for hive.
Timestamp.ofEpochMilli convert the timestamp into the UTC timezone so Sqoop should handle this conversion considering local timezone.