Eric Lin created SQOOP-3040:
-------------------------------
Summary: Lost time millisecond precision for Time data type when
importing
Key: SQOOP-3040
URL: https://issues.apache.org/jira/browse/SQOOP-3040
Project: Sqoop
Issue Type: Bug
Components: tools
Affects Versions: 1.4.6
Reporter: Eric Lin
To re-produce, create a MySQL database with time(6) data type:
{code}
CREATE TABLE `test` (
`a` time(6) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO test VALUES ('16:56:53.099999');
{code}
Import the data into Sqoop and data will become "16:56:53", the millisecond
precision will be lost.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)