kiszk commented on a change in pull request #29067:
URL: https://github.com/apache/spark/pull/29067#discussion_r456862990
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/InMemoryColumnarQuerySuite.scala
##########
@@ -42,12 +49,13 @@ class InMemoryColumnarQuerySuite extends QueryTest with
SharedSparkSession {
data.createOrReplaceTempView(s"testData$dataType")
val storageLevel = MEMORY_ONLY
val plan = spark.sessionState.executePlan(data.logicalPlan).sparkPlan
- val inMemoryRelation = InMemoryRelation(useCompression = true, 5,
storageLevel, plan, None,
+ val inMemoryRelation = InMemoryRelation(new
TestCachedBatchSerializer(useCompression = true, 5),
+ storageLevel, plan, None,
Review comment:
nit: `data.logicalPlan)` can be moved to the end of this line.
----------------------------------------------------------------
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]