xuanyuanking commented on a change in pull request #27464:
[SPARK-29864][SQL][FOLLOWUP] Reference the config for the old behavior in error
message
URL: https://github.com/apache/spark/pull/27464#discussion_r375241884
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/IntervalUtils.scala
##########
@@ -176,6 +176,9 @@ object IntervalUtils {
private val dayTimePatternLegacy =
"^([+|-])?((\\d+) )?((\\d+):)?(\\d+):(\\d+)(\\.(\\d+))?$".r
+ private val fallbackNotice = ", set
spark.sql.legacy.fromDayTimeString.enabled to true " +
Review comment:
Thanks, done in 7140a71
----------------------------------------------------------------
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]