[GitHub] spark pull request #14631: [SPARK-17035][SQL][PYSPARK] Timestamp should pres...

2016-08-14 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/14631#discussion_r74703839 --- Diff: python/pyspark/sql/tests.py --- @@ -183,6 +183,13 @@ def test_empty_row(self): self.assertEqual(len(row), 0) +class Time

[GitHub] spark pull request #14631: [SPARK-17035][SQL][PYSPARK] Timestamp should pres...

2016-08-13 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/14631 [SPARK-17035][SQL][PYSPARK] Timestamp should preserve microseconds part ## What changes were proposed in this pull request? **Before** ``` >>> from datetime import datetime