sryza commented on code in PR #51112: URL: https://github.com/apache/spark/pull/51112#discussion_r2134829061
########## sql/pipelines/src/test/scala/org/apache/spark/sql/pipelines/graph/MaterializeTablesSuite.scala: ########## @@ -33,10 +33,10 @@ import org.apache.spark.util.Utils.exceptionString * tables are written with the appropriate schemas. */ class MaterializeTablesSuite extends BaseCoreExecutionTest { - - import originalSpark.implicits._ - test("basic") { + val session = spark + import session.implicits._ Review Comment: It appears that we still do -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org