Skip to content

Commit f52cbde

Browse files
committed
Solve merging conflict.
1 parent 4dea062 commit f52cbde

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,14 +1053,6 @@ class CodegenContext {
10531053
SubExprCodes(codes, localSubExprEliminationExprs.toMap)
10541054
}
10551055

1056-
/**
1057-
* Returns the code for subexpression elimination after splitting it if necessary.
1058-
*/
1059-
def subexprFunctionsCode: String = {
1060-
// Whole-stage codegen's subexpression elimination is handled in another code path
1061-
splitExpressions(subexprFunctions, "subexprFunc_split", Seq("InternalRow" -> INPUT_ROW))
1062-
}
1063-
10641056
/**
10651057
* This is for sub-expression elimination targeting structurally equivalent expressions.
10661058
* This is only supported in non whole-stage codegen.

0 commit comments

Comments
 (0)