planner: improve TestTiFlashLateMaterialization for readable test result (#62076)
close pingcap/tidb#61989
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user