Skip to content

Commit eb9b5de

Browse files
committed
YQL-18522: Fix unordered operation optimization for hybrid
1 parent 9975976 commit eb9b5de

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

ydb/library/yql/providers/yt/provider/yql_yt_physical_finalizing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,7 @@ THashSet<TStringBuf> TYtPhysicalFinalizingTransformer::OPS_WITH_SORTED_OUTPUT =
25872587
TYtReduce::CallableName(),
25882588
TYtFill::CallableName(),
25892589
TYtDqProcessWrite::CallableName(),
2590+
TYtTryFirst::CallableName(),
25902591
};
25912592

25922593
}

ydb/library/yql/tests/sql/hybrid_file/part3/canondata/result.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,9 +1807,9 @@
18071807
],
18081808
"test.test[optimizers-yql-2582_limit_for_join_input--Debug]": [
18091809
{
1810-
"checksum": "96f2eb2bdc2e2ec287e5bd43fb009aaa",
1811-
"size": 5489,
1812-
"uri": "https://{canondata_backend}/995452/9dc6bba399464476af3ac8cb3b80496fa9b678dc/resource.tar.gz#test.test_optimizers-yql-2582_limit_for_join_input--Debug_/opt.yql_patched"
1810+
"checksum": "90d6c53cbe9d95ea10c10b17a8894d21",
1811+
"size": 5474,
1812+
"uri": "https://{canondata_backend}/1937492/7ae37c32b42bb57d4df171a62ced7ab76867a8ea/resource.tar.gz#test.test_optimizers-yql-2582_limit_for_join_input--Debug_/opt.yql_patched"
18131813
}
18141814
],
18151815
"test.test[optimizers-yql-2582_limit_for_join_input--Plan]": [

0 commit comments

Comments
 (0)