MaxGekk commented on a change in pull request #32940:
URL: https://github.com/apache/spark/pull/32940#discussion_r654892199
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CastSuite.scala
##########
@@ -651,4 +652,54 @@ class CastSuite extends CastSuiteBase {
checkEvaluation(cast(cast(interval, StringType),
YearMonthIntervalType()), period)
}
}
+
+ test("SPARK-35768: Take into account year-month interval fields in cast") {
Review comment:
@AngersZhuuuu Have your committed the changes? I don't see inputs like
`INTERVAL '123' YEAR`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]