Skip to content

Commit c338832

Browse files
committed
Fix typo.
1 parent 022d363 commit c338832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/BenchmarkQueryTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract class BenchmarkQueryTest extends QueryTest with SharedSparkSession {
6464
protected def checkGeneratedCode(plan: SparkPlan, checkMethodCodeSize: Boolean = true): Unit = {
6565
val codegenSubtrees = new collection.mutable.HashSet[WholeStageCodegenExec]()
6666

67-
def findSubtrees(paln: SparkPlan): Unit = {
67+
def findSubtrees(plan: SparkPlan): Unit = {
6868
plan foreach {
6969
case s: WholeStageCodegenExec =>
7070
codegenSubtrees += s

0 commit comments

Comments
 (0)