[ 
https://issues.apache.org/jira/browse/SPARK-11817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012981#comment-15012981
 ] 

Apache Spark commented on SPARK-11817:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/9834

> insert of timestamp with factional seconds inserts a NULL
> ---------------------------------------------------------
>
>                 Key: SPARK-11817
>                 URL: https://issues.apache.org/jira/browse/SPARK-11817
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.5.1
>            Reporter: Chip Sands
>
> Using the Thrift jdbc interface.
> The insert of  the value of  "1970-01-01 00:00:00.123456789" to a timestamp 
> column, inserts a NULL into the database. I am aware the of the change 
> From 1.5 releases notes  Timestamp Type’s precision is reduced to 1 
> microseconds (1us). However, to be compatible  with previous versions, I 
> would suggest either rounding or truncating the fractional seconds not 
> inserting a NULL. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to