cloud-fan commented on code in PR #38640:
URL: https://github.com/apache/spark/pull/38640#discussion_r1022316324


##########
sql/core/src/test/scala/org/apache/spark/sql/PlanStabilitySuite.scala:
##########
@@ -351,6 +353,62 @@ class TPCDSModifiedPlanStabilityWithStatsSuite extends 
PlanStabilitySuite with T
   }
 }
 
+trait V2TPCDSBase extends TPCDSBase {
+  override protected def sparkConf: SparkConf =
+    super.sparkConf.set("spark.sql.catalog.testcat", 
classOf[InMemoryCatalog].getName)

Review Comment:
   seems this is testing in memory v2 table, but not parquet v2?



-- 
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]

Reply via email to