srowen commented on issue #26143: [SPARK-29494][SQL] Fix for ArrayOutofBoundsException while converting string to timestamp URL: https://github.com/apache/spark/pull/26143#issuecomment-544067825 Shoot, thanks for catching that @zsxwing . Looks like some test utility code isn't present in 2.4: ``` [error] /home/jenkins/workspace/spark-branch-2.4-test-maven-hadoop-2.7/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/DateTimeUtilsSuite.scala:586: not found: value defaultZoneId [error] val time = DateTimeUtils.stringToTimestamp(s, defaultZoneId) [error] ^ [error] one error found [error] Compile failed at Oct 18, 2019 2:55:40 PM [15.246s] ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
