Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Mar 12, 2020
1 parent c4375de commit 4bd12d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class ExecutorSideSQLConfSuite extends SparkFunSuite with SQLTestUtils {
.queryExecution.executedPlan)
assert(res.length == 2)
assert(res.forall { case (_, code, _) =>
(code.contains("* Codegend pipeline") == flag) &&
(code.contains("* Codegen pipeline") == flag) &&
(code.contains("// input[") == flag)
})
}
Expand Down

0 comments on commit 4bd12d8

Please sign in to comment.