Skip to content

Commit ff11b80

Browse files
committed
Fix style
1 parent cbdc1fa commit ff11b80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sql-plugin/src/main/spark350/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2Exec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ case class GpuOverwritePartitionsDynamicExec(
197197
"GpuOverwritePartitionsDynamicExec does not support columnar execution")
198198
}
199199

200-
override protected def withNewChildInternal(newChild: SparkPlan): GpuOverwritePartitionsDynamicExec = {
200+
override protected def withNewChildInternal(newChild: SparkPlan):
201+
GpuOverwritePartitionsDynamicExec = {
201202
copy(inner = newChild)
202203
}
203204
}

0 commit comments

Comments
 (0)