[GitHub] spark pull request #19999: JDBC support date/timestamp type as partitionColu...

2018-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19999: JDBC support date/timestamp type as partitionColu...

2017-12-16 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r157337791 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JDBCRelation.scala --- @@ -99,6 +103,16 @@ private[sql] object

[GitHub] spark pull request #19999: JDBC support date/timestamp type as partitionColu...

2017-12-16 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r157337772 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala --- @@ -45,13 +45,51 @@ class

[GitHub] spark pull request #19999: JDBC support date/timestamp type as partitionColu...

2017-12-15 Thread morenn520
GitHub user morenn520 opened a pull request: https://github.com/apache/spark/pull/1 JDBC support date/timestamp type as partitionColumn Jira: https://issues.apache.org/jira/browse/SPARK-22814 PartitionColumn must be a numeric column from the table. However, there