planner: improve TestTiFlashLateMaterialization for readable test result (#62076)

close pingcap/tidb#61989
This commit is contained in:
Weizhen Wang
2025-06-30 12:19:33 +08:00
committed by GitHub
parent e506beccc7
commit 441cf43bf6

View File

@ -78,7 +78,7 @@ func TestTiFlashLateMaterialization(t *testing.T) {
output[i].SQL = tt
output[i].Plan = normalizedPlanRows
})
compareStringSlice(t, normalizedPlanRows, output[i].Plan)
require.Equal(t, normalizedPlanRows, output[i].Plan, tt)
}
}