maropu commented on a change in pull request #31013:
URL: https://github.com/apache/spark/pull/31013#discussion_r551335697
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/CharVarcharTestSuite.scala
##########
@@ -451,6 +451,21 @@ trait CharVarcharTestSuite extends QueryTest with
SQLTestUtils {
Seq(Row("char(5)"), Row("varchar(3)")))
}
}
+
+ test("SPARK-33992: char/varchar resolution in correlated sub query ") {
Review comment:
`branch-3.0` has the same issue? The branch does not have
`PaddingAndLengthCheckForCharVarchar` though.
----------------------------------------------------------------
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]