summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update muted_ya for release-asan mainYDBot2026-07-051-0/+2
| | | |
* | | | Update muted_ya for release-msan mainYDBot2026-07-051-0/+2
|/ / /
* | | Merge pull request #45571 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-051-2/+2
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot2026-07-051-2/+2
| | | |
* | | | Update muted_ya for release-tsan mainYDBot2026-07-051-0/+12
|/ / /
* | | Update muted_ya for relwithdebinfo mainYDBot2026-07-051-0/+1
| | |
* | | Merge pull request #45546 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-051-1/+0
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot2026-07-051-1/+0
| |/ /
* | | Merge pull request #45549 from ydb-platform/update-muted-ya_main_release-tsanYDBot2026-07-051-13/+0
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot2026-07-051-13/+0
| |/ /
* | | Merge pull request #45543 from ydb-platform/update-muted-ya_main_release-msanYDBot2026-07-051-1/+0
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot2026-07-051-1/+0
| |/ /
* / / Update muted_ya for release-asan mainYDBot2026-07-051-6/+0
|/ /
* | explanation of core distribution in an actor system (#43597)Александр2026-07-042-0/+18
| |
* | add .deb package docs (#44456)Ermoshkin Artem2026-07-0511-53/+177
| | | | | | | | Co-authored-by: Artem Ermoshkin <[email protected]> Co-authored-by: sintjuri <[email protected]>
* | docs(ru): fix Rust SDK examples for ydb 0.16 breaking changes (#45538)Aleksey Myasnikov2026-07-056-53/+50
| | | | | | Co-authored-by: Cursor <[email protected]>
* | #44414 Relax passedRows check for ExtBlobsWithFirstRowPreloadedWithReboot ↵jsjant2026-07-041-1/+2
| | | | | | | | (#45327)
* | Update muted_ya for release-asan mainYDBot2026-07-041-0/+1
| |
* | Update muted_ya for release-asan mainYDBot2026-07-041-0/+3
| |
* | Fix use-after-free in ydb cli (#45502)Ermoshkin Artem2026-07-041-3/+4
| | | | | | Co-authored-by: Artem Ermoshkin <[email protected]>
* | Fix some includes to optimize build speed (#45393)Alexander Rutkovsky2026-07-0419-411/+477
| |
* | Adding pragma and table service config (#45436)Yesdaulet Izenov2026-07-045-1/+18
| |
* | Merge pull request #45528 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-041-0/+1
|\ \
| * | Update muted_ya for release-asan mainYDBot2026-07-041-0/+1
| | |
* | | Update muted_ya for release-tsan mainYDBot2026-07-041-0/+4
|/ /
* | Merge pull request #45523 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-041-1/+0
|\ \
| * | Update muted_ya for relwithdebinfo mainYDBot2026-07-041-1/+0
| | |
* | | Merge pull request #45524 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-041-0/+1
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot2026-07-041-0/+1
| |/ /
* | | Merge pull request #45521 from ydb-platform/update-muted-ya_main_release-tsanYDBot2026-07-041-0/+3
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot2026-07-041-0/+3
| |/ /
* | | Revert PR-check/postcommit CI refactor (#44879) (#45522)Pavel2026-07-047-162/+129
| | |
* | | Merge pull request #45508 from ydb-platform/merge-rightlib-260704-0105YDBot2026-07-04214-17743/+3349
|\ \ \ | |/ / |/| |
| * | Sync branches 260704-0105YDBot2026-07-04214-17743/+3349
| |\|
| | * optimize TPagedVectortobo2026-07-041-8/+11
| | | | | | | | | | | | | | | | | | - erase() method erases element from pages first, then pushes back a new one - make size() a bit faster commit_hash:2dd667908f10f03c976c53002e1a9c51cb3be8f6
| | * Intermediate changesrobot-piglet2026-07-0412-70/+1151
| | | | | | | | | | | | commit_hash:f68823338c5110b00a5964edf7ed3c5f0cb65ff4
| | * YQL-21315: Specify better invariantsatarasov52026-07-042-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Specify better invariants for Arrow array operations ✎ - Replaced `UnsafeAdvance(1)` with `UnsafeAppend(0)` for value offsets to ensure proper initialization and maintain correct offset tracking during array construction - Added debug assertion to verify that initial value offset is zero, enforcing expected invariant for union slicing operations - Updated multiple append operations to explicitly set initial offset to zero, improving correctness and maintainability of variant type handling <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:561fbad6f3044c7c258cc39f999241a1b330a4ea
| | * Follow-up for rXXXXXX: drop temp includebabenko2026-07-043-4/+2
| | | | | | | | | | | | commit_hash:aeb4a10bee0d96812381ab5af1d5888009aefcc8
| | * Intermediate changesrobot-piglet2026-07-0450-18204/+197
| | | | | | | | | | | | commit_hash:aa20be9cfd58ce054e27c1d060126d8e3ab35778
| | * Revert "YT-27827: TPingerTransaction use BlockingGet instead of WaitFor in ↵ermolovd2026-07-039-130/+80
| | | | | | | | | | | | | | | | | | | | | | | | destructor" This reverts commit 90bbe36635e0d48c81c153567dcedf28f103efbe, reversing changes made to 270d7be117d1eacc9c8aff93d9aaeb510fa910e2. commit_hash:23c13dd27b089f56e049580d1416d17a22c4bc80
| | * Support new Materialize in YT providerudovichenko-r2026-07-0349-62/+648
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Support new Materialize in YT provider ✎ - Introduces support for the new Materialize operation in the YT provider, enabling materialization of query results into temporary tables - Adds necessary type annotations, constraint handling, and execution logic for the Materialize operation - Implements physical optimization rules to properly handle Materialize operations during query planning - Includes support for persisting materialized data and integrating it with existing YT operations like Publish and Copy - Adds comprehensive test cases covering various Materialize scenarios including basic usage, sorting preservation, and complex expressions - Updates SQL-to-YQL conversion to properly handle Materialize statements in SQL queries <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:f915520020d0958e0e8c2a298b197564d3298675
| | * Fixes in core for `Materialize`udovichenko-r2026-07-032-0/+15
| | | | | | | | | | | | commit_hash:dcbc4a9fa6d4ed8b299b0b755e174f7abf2a8ca5
| | * Use credentials for downloads across UDF index & UDF meta taskziganshinmr2026-07-035-11/+57
| | | | | | | | | | | | | | | | | | - Use token resolver for downloading URLs from UDF index - Support credentials passing to yqlworker's UDF_META query commit_hash:bad5c0d991097ece5eeda4a5d81aff0a0a429e36
| | * Intermediate changesrobot-piglet2026-07-032-311/+208
| | | | | | | | | | | | commit_hash:1e1d05fcef46e8e6ee5f7078efbd240330d069e8
| | * YQL-21304 initial mapreduce impl (trivial mapper is covered by tests)vvvv2026-07-0329-12/+1454
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Initial MapReduce implementation with basic mapper support ✎ - Implemented core MapReduce operation support including operation type definition and task management for map and reduce stages - Added infrastructure for FMR (Fast MapReduce) coordinator to handle MapReduce operations with proper partitioning and task generation - Introduced MapReduce-specific job processing with identity mapper handling and explicit mapper execution paths - Implemented key hashing and sorting logic for intermediate table preparation during MapReduce map phase - Added unit tests for MapReduce GroupBy and Join operations to validate the implementation - Enhanced error handling and logging for MapReduce operations with fallback capabilities - Integrated MapReduce support into the FMR gateway with proper input/output table handling and resource management <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:e01125d431c5a9eb104578c70938fd6b04e14f6d
| | * YQL-19699: Keep World for AND/OR Absorptionmaxkovalev2026-07-0330-12/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### `YQL-19699`: Keep World for AND/OR Absorption ✎ - Introduces logic to preserve world information during AND/OR absorption optimizations to prevent incorrect side effect handling - Adds validation to ensure side effects are properly considered when determining if expressions can be safely absorbed - Updates optimization passes to maintain world context in cases where logical absorption would otherwise alter execution semantics - Includes comprehensive test coverage for various side effect scenarios in logical absorption cases - Ensures that optimizations respect the presence of side effects in expressions to maintain correct evaluation order and behavior <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:5802b1e45ce9c14cafddb9ba5e0356406a6d8fe3
| | * Add TAnyObject::Holds<T> and rename IsCurrentlyStored to HoldsTypebabenko2026-07-033-7/+41
| | | | | | | | | | | | commit_hash:5f0c248f2c24b501b04777fb0300693b0e942c89
| | * YQL-21358: Skip lineage calculation for system columnsmaxkovalev2026-07-031-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Skip lineage calculation for system columns ✎ - Skip lineage computation for columns with names starting with the system prefix to avoid unnecessary processing - Modify field access logic to conditionally handle system columns by returning empty lineage instead of processing their structure - Update lineage merging logic to bypass system columns when building field relationships and avoid potential errors during struct item processing - Ensure system columns are excluded from both direct field access and nested struct item handling during lineage calculation <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:3541fea8fcc7b94954902168adbeffe9f378309d
| | * YQL-21365: Fix TLangVerProxyNode::Clonevitya-smirnov2026-07-036-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Fix TLangVerProxyNode::Clone and add related test cases ✎ - Corrected the `Clone` method implementation to properly handle deep copying of inner nodes using `SafeClone`, ensuring correct node duplication behavior. - Introduced new test cases and canonical data to validate the functionality of `GROUP BY ROLLUP` with `NULLIF` and `COUNT(DISTINCT)` expressions. - Added corresponding test configuration and SQL format validation files to support the new test scenario. <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:2f81ec1dbc9dd24149f8553a87e915809c800a74
| | * Correctly fork orbits with multiple active shuttles in LWTrace libTaras Pashkin2026-07-033-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original fix merged to the nbs repo a while ago: https://github.com/ydb-platform/nbs/pull/4479 Can you bring to the upstream? --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1771 Co-authored-by: Alexander Smirnov <[email protected]> commit_hash:5bf628be8a9c7b591f290ed05754e206b23efc34