Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
alextheimer committed Feb 2, 2024
1 parent 4163bd1 commit d2eaae7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,6 @@ class ShardKeyRegexPlannerSpec extends AnyFunSpec with Matchers with ScalaFuture
val lp = Parser.queryToLogicalPlan(query, 1000, 1000)
val execPlan = engine.materialize(lp, QueryContext(origQueryParams = promQlQueryParams))
execPlan.isInstanceOf[DistConcatExec] shouldEqual true
println(query)
validatePlan(execPlan.children.head, expected)
}
}
Expand Down

0 comments on commit d2eaae7

Please sign in to comment.