Skip to content

Commit 57c0797

Browse files
committed
Reduce scope from spark to columnar
1 parent a552287 commit 57c0797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/InMemoryRelation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ object InMemoryRelation {
278278
}
279279

280280
/* Visible for testing */
281-
private[spark] def clearSerializer(): Unit = synchronized { ser = None }
281+
private[columnar] def clearSerializer(): Unit = synchronized { ser = None }
282282

283283
def convertToColumnarIfPossible(plan: SparkPlan): SparkPlan = plan match {
284284
case gen: WholeStageCodegenExec => gen.child match {

0 commit comments

Comments
 (0)