summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/subselect
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20998: Fix input tables for inline subqueryvitya-smirnov2026-05-154-12/+0
| | | | | | Canonize YQL-20998: Fix input tables for scalar subqueries commit_hash:185ac3b4a39bfdf1f30015234b43d0ac50c087e4
* Cherry pick YQL-20998: Emit Reads only on EXISTSvitya-smirnov2026-03-185-1/+13
| | | | | Return that commit, because the problem, why [Rollback: rXXXXXX](https://nda.ya.ru/t/trCMW4CN7X4Gwb) was initiated was not in that commit, but other problem - see [a comment](https://nda.ya.ru/t/r31wHW2u7X4HUs). commit_hash:bb553ac4b3ab46e326e6fbb8e811d80efdda8aba
* Rollback: rXXXXXXrobot-srch-releaser2026-03-175-13/+1
| | | | | | | | | | | | | | | | | | | | | | | [diff-resolver:vitya-smirnov] SKIP_REVIEW SKIP_CHECK __BYPASS_CHECKS__ > ................................................................. > INCLUDE: rXXXXXX | vitya-smirnov@ | 2026-03-17T04:41:04Z > > YQL-20998: Emit Reads only on EXISTS > > Because the previous patch "YQL-20998: Remove EmitReadsForExists" > makes a test red, temporarily reverting it. > > - YQL-21020 > > REVIEW: 12369245 > Sandbox task: https://nda.ya.ru/t/2GCU64Ag7WyZMX Task author: achugunov@ Commit was made by robot-srch-releaser@, but committer is achugunov@ Description: Rollback rXXXXXX due to broken tests commit_hash:e3056a3b46b5418ffaf2b78805b6c1389ab6174f
* YQL-20998: Emit Reads only on EXISTSvitya-smirnov2026-03-175-1/+13
| | | | | | | | Because the previous patch "YQL-20998: Remove EmitReadsForExists" makes a test red, temporarily reverting it. - YQL-21020 commit_hash:02a6d414e2528efa66a787533974ed5979ef37cd
* YQL-20998: Remove EmitReadsForExistsvitya-smirnov2026-03-059-0/+73
Removed a check and usages of `EmitReadsForExists` from the `yql/essentials`. There are a lot of YQLs code recanonized because sometimes an extra block with return was emitted and sometimes is not, but the YQLs is equivalent. commit_hash:a4ec2a575177eff4063da017b4d9ee96e06f3740