averyqi-db commented on code in PR #48109:
URL: https://github.com/apache/spark/pull/48109#discussion_r1760333193
##########
sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala:
##########
@@ -2794,4 +2794,35 @@ class SubquerySuite extends QueryTest
checkAnswer(df3, Row(7))
}
}
+
+ test("SPARK-49646: handle under/setOp under limit/aggregate with predicates
cannot pulled up") {
+ sql("CREATE TABLE IF NOT EXISTS t(t1 INT,t2 int) USING json")
Review Comment:
Thanks for catching that!
--
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]