Skip to content

Commit a3f86b2

Browse files
committed
Address comment.
1 parent e1f28e2 commit a3f86b2

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
@@ -71,7 +71,7 @@ case class InMemoryRelation(
7171

7272
override def doCanonicalize(): logical.LogicalPlan =
7373
copy(output = output.map(QueryPlan.normalizeExprId(_, child.output)),
74-
storageLevel = new StorageLevel(),
74+
storageLevel = StorageLevel.NONE,
7575
child = child.canonicalized,
7676
tableName = None)(
7777
_cachedColumnBuffers,

0 commit comments

Comments
 (0)