Skip to content

Commit

Permalink
SPARK-45959. Fixed scalastyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahid committed Mar 27, 2024
1 parent 5470c86 commit c3dea67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package org.apache.spark.sql

import org.scalatest.concurrent.TimeLimits
import org.scalatest.time.SpanSugar._

import org.apache.spark.sql.execution.{ProjectExec, UnaryExecNode}
import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
import org.apache.spark.sql.execution.columnar.{InMemoryRelation, InMemoryTableScanExec}
Expand Down Expand Up @@ -264,7 +265,6 @@ class DatasetCacheSuite extends QueryTest
assert(innerImr.isDefined)
assert(innerImr.get.cacheBuilder.cachedPlan.asInstanceOf[UnaryExecNode].
child.isInstanceOf[ProjectExec])

}

test("SPARK-27739 Save stats from optimized plan") {
Expand Down

0 comments on commit c3dea67

Please sign in to comment.