Skip to content

Commit dc56829

Browse files
WweiLdongjoon-hyun
authored andcommitted
[MINOR][SQL][TESTS] Remove redundant space at PropagateEmptyRelationSuite class definition
### What changes were proposed in this pull request? Followup of #48149, minor minor style fix ### Why are the changes needed? Style ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? As long as it compiles ### Was this patch authored or co-authored using generative AI tooling? No Closes #49911 from WweiL/minor. Authored-by: Wei Liu <wei.liu@databricks.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 340bc00 commit dc56829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/PropagateEmptyRelationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import org.apache.spark.sql.catalyst.types.DataTypeUtils
3030
import org.apache.spark.sql.internal.SQLConf
3131
import org.apache.spark.sql.types.{IntegerType, MetadataBuilder}
3232

33-
class PropagateEmptyRelationSuite extends PlanTest {
33+
class PropagateEmptyRelationSuite extends PlanTest {
3434
object Optimize extends RuleExecutor[LogicalPlan] {
3535
val batches =
3636
Batch("PropagateEmptyRelation", FixedPoint(1),

0 commit comments

Comments
 (0)