You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Mohit Dave (Jira)" <ji...@apache.org> on 2020/08/17 10:51:00 UTC

[jira] [Created] (SPARK-32637) SPARK SQL JDBC truncates last value of seconds for datetime2 values for Azure SQL DB

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org