[GitHub] spark pull request: Fix datetime parsing in SparkSQL.

2015-08-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/8396#discussion_r37761954 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala --- @@ -107,30 +107,21 @@ object DateTimeUtils { }

[GitHub] spark pull request: Fix datetime parsing in SparkSQL.

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8396#issuecomment-134241948 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pr

[GitHub] spark pull request: Fix datetime parsing in SparkSQL.

2015-08-24 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/8396#issuecomment-134241529 See https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark for how to name pull requests, which would automatically link them. --- If your project is se

[GitHub] spark pull request: Fix datetime parsing in SparkSQL.

2015-08-24 Thread kevincox
GitHub user kevincox opened a pull request: https://github.com/apache/spark/pull/8396 Fix datetime parsing in SparkSQL. This fixes https://issues.apache.org/jira/browse/SPARK-9794 by using a real ISO8601 parser. (courtesy of the xml component of the standard java library) @