Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: shuming.li <[email protected]>
  • Loading branch information
LiShuMing committed Jan 16, 2025
1 parent 07fedbc commit cb20d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static void beforeClass() throws Exception {
public void testManyJoins(String name, String query, boolean expectHitMv) throws Exception {
Stopwatch watch = Stopwatch.createStarted();
// Make sure it's not empty
String plan = getFragmentPlan(query, "MV");
String plan = getFragmentPlan(query);
PlanTestBase.assertContains(plan, "OlapScanNode");
if (expectHitMv) {
PlanTestBase.assertContains(plan, "MaterializedView: true");
Expand Down

0 comments on commit cb20d0e

Please sign in to comment.