[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-20 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/1 ok, I will. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-20 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/1 @maropu Can you take this over? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/93050/ Test FAILed. ---

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/1 **[Test build #93050 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/93050/testReport)** for PR 1 at commit

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/1 **[Test build #93050 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/93050/testReport)** for PR 1 at commit

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-07-15 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/1 ok to test --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-06-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-01-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2018-01-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-16 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/1 I noticed that, in the current master, spark throws an exception in runtime if type mismatches between a given partition column type and an actual column; ``` scala> jdbcTable.show

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-16 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/1 plz update the doc in `DataFrameRaeder` https://github.com/apache/spark/blob/0c8fca4608643ed9e1eb3ae8620e6f4f6a017a87/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala#L248 ---

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread morenn520
Github user morenn520 commented on the issue: https://github.com/apache/spark/pull/1 @gatorsmile we fix it in SPARK 1.6.2, and take in use for two month. For further reason, I give one pr on master branch. I will test it next week. ---

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84998/ Test FAILed. ---

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/1 **[Test build #84998 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84998/testReport)** for PR 1 at commit

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/1 The support is interesting, but the current impl is not clean. cc @dongjoon-hyun Could you help reviewing this PR? ---

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/1 **[Test build #84998 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84998/testReport)** for PR 1 at commit

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/1 Please update the PR title --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/1 Could you write a test case? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/1 ok to test --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #19999: JDBC support date/timestamp type as partitionColumn

2017-12-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/1 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional