Mohit Dave created SPARK-32637:
----------------------------------
Summary: SPARK SQL JDBC truncates last value of seconds for
datetime2 values for Azure SQL DB
Key: SPARK-32637
URL: https://issues.apache.org/jira/browse/SPARK-32637
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 2.4.1
Reporter: Mohit Dave
SPARK jdbc is truncating TIMESTAMP values for the microsecond when datetime2
datatype is used for Microsoft SQL Server JDBC driver.
Source data(datetime2) : '2007-08-08 12:35:29.1234567'
After loading to target using SPARK dataframes
Target data(datetime2) : '2007-08-08 12:35:29.1234560'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]