cloud-fan commented on a change in pull request #30200:
URL: https://github.com/apache/spark/pull/30200#discussion_r514894214
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/sources/DisableUnnecessaryBucketedScanSuite.scala
##########
@@ -230,14 +248,14 @@ abstract class DisableUnnecessaryBucketedScanSuite
extends QueryTest with SQLTes
assertCached(spark.table("t1"))
// Verify cached bucketed table scan not disabled
- val partitioning = spark.table("t1").queryExecution.executedPlan
- .outputPartitioning
- assert(partitioning match {
+ val inMemoryScan = find(spark.table("t1").queryExecution.executedPlan)(
Review comment:
how about
`stripAQEPlan(spark.table("t1").queryExecution.executedPlan).outputPartitioning`
----------------------------------------------------------------
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]