dongjoon-hyun commented on a change in pull request #31954:
URL: https://github.com/apache/spark/pull/31954#discussion_r600669928
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CastSuite.scala
##########
@@ -851,12 +962,6 @@ abstract class AnsiCastSuiteBase extends CastSuiteBase {
assert(cast(booleanLiteral, DateType).checkInputDataTypes().isFailure)
}
- test("ANSI mode: disallow casting complex types as String type") {
Review comment:
Hi, @cloud-fan .
According to this test case, it's not a bug because it is designed like this.
> ANSI explicit CAST is in 3.1 so this is a bug fix of ANSI mode for 3.1
(because df.show is not working with ANSI mode)?
--
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]