Skip to content

Commit 89c74bb

Browse files
committed
code style
1 parent 6cc5a57 commit 89c74bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import org.apache.spark.util.ThreadUtils
5959
* the rest of the plan.
6060
*/
6161
case class AdaptiveSparkPlanExec(
62-
val inputPlan: SparkPlan,
62+
inputPlan: SparkPlan,
6363
@transient context: AdaptiveExecutionContext,
6464
@transient preprocessingRules: Seq[Rule[SparkPlan]],
6565
@transient isSubquery: Boolean)

sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/InsertAdaptiveSparkPlan.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.apache.spark.sql.catalyst.rules.Rule
2727
import org.apache.spark.sql.execution._
2828
import org.apache.spark.sql.execution.command.{DataWritingCommandExec, ExecutedCommandExec}
2929
import org.apache.spark.sql.execution.datasources.v2.V2CommandExec
30-
import org.apache.spark.sql.execution.exchange.{ Exchange}
30+
import org.apache.spark.sql.execution.exchange.Exchange
3131
import org.apache.spark.sql.internal.SQLConf
3232

3333
/**

0 commit comments

Comments
 (0)