viirya commented on a change in pull request #33082:
URL: https://github.com/apache/spark/pull/33082#discussion_r659183587
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
##########
@@ -4042,6 +4042,22 @@ class SQLQuerySuite extends QueryTest with
SharedSparkSession with AdaptiveSpark
Row(1, 2, 1, 2) :: Nil)
}
}
+
+ test("SPARK-35886: CodeGenerator.getLocalInputVariableValues should handle "
+
+ "matched subQuery but not VariableValue") {
Review comment:
you mean but not ONLY `VariableValue`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]