Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/21403#discussion_r190160896
--- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
---
@@ -2261,6 +2261,24 @@ class DataFrameSuite extends QueryTest with
SharedSQLContext {
assert(df.queryExecution.executedPlan.isInstanceOf[WholeStageCodegenExec])
}
+ test("SPARK-24341: IN subqueries with struct fields") {
--- End diff --
Can we just add these tests to the SqlQueryTestSuite. This is where most of
the subquery tests can be found.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]