maropu commented on a change in pull request #31013:
URL: https://github.com/apache/spark/pull/31013#discussion_r551335998
##########
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:
nit: remove the unnecessary space in the end: `in correlated sub query
")` -> `in correlated sub query")`
----------------------------------------------------------------
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]