File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1195,7 +1195,8 @@ Y_UNIT_TEST_SUITE(KqpLimits) {
11951195
11961196 UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Node Type" ].GetStringSafe (), " Query" );
11971197 UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Node Type" ].GetStringSafe (), " ResultSet" );
1198- UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe (), " Stage" );
1198+ UNIT_ASSERT (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe () == " Stage"
1199+ || plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe () == " Collect" );
11991200 UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Plans" ][0 ][" Node Type" ].GetStringSafe (), " Merge" );
12001201 UNIT_ASSERT_VALUES_EQUAL (plan[" Plan" ][" Plans" ][0 ][" Plans" ][0 ][" Plans" ][0 ][" SortColumns" ].GetArraySafe ()[0 ], " Key (Asc)" );
12011202
You can’t perform that action at this time.
0 commit comments