summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update muted_ya for release-asan mainYDBot2026-07-021-0/+4
| | | |
* | | | Merge pull request #45261 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-021-0/+4
|\ \ \ \
| * | | | Update muted_ya for relwithdebinfo mainYDBot2026-07-021-0/+4
| |/ / /
* / / / Update muted_ya for release-tsan mainYDBot2026-07-021-15/+51
|/ / /
* | | Add ldap CVE changelog (#45111)Yury Kiselev2026-07-022-0/+16
| | |
* | | change C++ with Russian C to C++ in English (#45068)sintjuri2026-07-023-3/+3
| | |
* | | Merge pull request #45247 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-021-6/+1
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot2026-07-021-6/+1
| | | |
* | | | Merge pull request #45255 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-021-0/+1
|\ \ \ \
| * | | | Update muted_ya for relwithdebinfo mainYDBot2026-07-021-0/+1
| |/ / /
* / / / Update muted_ya for release-tsan mainYDBot2026-07-021-7/+0
|/ / /
* | | Merge pull request #45244 from ydb-platform/update-muted-ya_main_release-msanYDBot2026-07-021-1/+0
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot2026-07-021-1/+0
| | | |
* | | | Update muted_ya for relwithdebinfo mainYDBot2026-07-021-2/+0
|/ / /
* | | Update muted_ya for relwithdebinfo mainYDBot2026-07-011-4/+0
| | |
* | | Update muted_ya for release-asan mainYDBot2026-07-011-0/+3
| | |
* | | Update muted_ya for release-asan mainYDBot2026-07-011-0/+4
| | |
* | | Merge pull request #45221 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-011-6/+1
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot2026-07-011-6/+1
| |/ /
* / / Update muted_ya for release-asan mainYDBot2026-07-011-4/+1
|/ /
* | Minor polishing of test form (#45190)Evgeniy Ivanov2026-07-011-7/+9
| |
* | Merge pull request #44637 from ydb-platform/merge-rightlib-260626-1120YDBot2026-07-013542-61408/+268321
|\ \
| * \ Merge branch 'main' into merge-rightlib-260626-1120Pavel2026-07-011157-13376/+48037
| |\ \
| * | | mutePavel Efarinov2026-07-011-0/+4
| | | |
| * | | mute cloud testsPavel Efarinov2026-07-011-0/+4
| | | |
| * | | push basePavel Efarinov2026-06-300-0/+0
| | | |
| * | | push basePavel Efarinov2026-06-300-0/+0
| | | |
| * | | push basePavel Efarinov2026-06-300-0/+0
| | | |
| * | | YQL-21207: Fix dqArtem Tarasov2026-06-292-11/+18
| | | |
| * | | Revert "YQL-21207: Fix dq"Artem Tarasov2026-06-292-21/+10
| | | | | | | | | | | | | | | | This reverts commit ccd36cf8de77b3d5ed17b28eb2857c64f96b87e4.
| * | | YQL-21207: Fix dqArtem Tarasov2026-06-292-10/+21
| | | |
| * | | fix cryptography importsPavel Efarinov2026-06-296-7/+15
| | | |
| * | | Sync branches 260626-1120YDBot2026-06-263535-61402/+268300
| |\ \ \ | | | |/ | | |/|
| | * | YT-20282: Annotate shortcomings of old ways to send locks in TReqModifyRowsponasenko-rs2026-06-261-4/+6
| | | | | | | | | | | | | | | | commit_hash:8b4cce45f8eb17fb9db0ca7eacb7b62577777bf3
| | * | YQL-21253: Simplify trimmer logicatarasov52026-06-264-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Simplify trimmer and transport logic for dense unions ✎ - Refactored dense union trimming logic to use new helper functions that calculate child usage and adjust value offsets in a more efficient and reusable way - Introduced dedicated functions for adjusting dense union value offsets, both as a separate operation and in-place, reducing code duplication and improving maintainability - Updated transport logic to leverage the new helper functions, streamlining the process of handling dense union arrays during data processing <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:637d983c584cc0e0b02a8ac21946d168fe736770
| | * | YQL-21315: Implement block guessatarasov52026-06-2629-2/+772
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Implement BlockGuess functionality for variant type extraction ✎ - Introduces BlockGuess functionality to extract specific alternatives from variant types, supporting both tuple and struct variants - Adds type annotation and runtime implementation for BlockGuess operations with proper validation and error handling - Implements peephole optimization support for BlockGuess operations to improve query execution plans - Includes comprehensive unit tests and SQL format validation for various BlockGuess scenarios - Updates runtime version to 79 to enable new BlockGuess features and ensures backward compatibility <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:e8f7fc2859cc1986ee0d5fba8b3e25bbf9ba4c41
| | * | YQL: add SHOW CREATE EXTERNAL DATA SOURCE statementpretender2026-06-264-8/+41
| | | | | | | | | | | | | | | | | | | | Extend the SHOW CREATE grammar with a third target (EXTERNAL DATA SOURCE) commit_hash:bd4e85d867c4ef8bcf2ab99bc8f0326f5b8f8859
| | * | Revert commit rXXXXXX, Add zstd codec on hamsteruranix2026-06-252-3/+0
| | | | | | | | | | | | | | | | commit_hash:8ba59395f9d9a69e5d6ebc82ab5ed0765f142f39
| | * | YT-27511: Pick newest TabletInfo among owners with same MountRevision in ↵alexelexa2026-06-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | FindTabletInfo commit_hash:8f712fcb7a31c9271af9fa0bb1366c590867abb6
| | * | Intermediate changesrobot-piglet2026-06-253-4/+159
| | | | | | | | | | | | | | | | commit_hash:ba8c0f3fcd2095fea1871dc22e6e4c9cf2feb49c
| | * | YQL-21345: Fix non thread safe usage of readeratarasov52026-06-251-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Fix thread safety issue in block reader usage ✎ - Replaced direct member variables with thread-safe kernel state management to ensure each execution context has its own reader instances - Moved reader initialization into kernel initialization callback to guarantee proper per-thread setup - Updated all reader accesses to use the kernel state's reader instances instead of shared members - Eliminated potential race conditions that could occur when multiple threads accessed the same reader instances concurrently <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:966873558498b7b27970f218598dfab448997512
| | * | Intermediate changesrobot-piglet2026-06-254-81/+81
| | | | | | | | | | | | | | | | commit_hash:5b53456ff3f6c3980e77f86786fb4ea1df58c4d0
| | * | Add feature flag for crowd specific maven repo.nogert2026-06-251-0/+10
| | | | | | | | | | | | | | | | commit_hash:8af7a66af1644bf152a8d10bb4055f65b8e82a95
| | * | Intermediate changesrobot-piglet2026-06-253-5/+31
| | | | | | | | | | | | | | | | commit_hash:f3c08bb9c83e0ffb888707f2cfccc7063aecafec
| | * | ya tool black release 12robot-contrib2026-06-251-5/+5
| | | | | | | | | | | | | | | | | | | | Update tools: black commit_hash:b4e6ed822059624cd4f3c51033a95a34121bd173
| | * | Intermediate changesrobot-piglet2026-06-251-0/+10
| | | | | | | | | | | | | | | | commit_hash:d4f416477f22608898f7f78e7d4aa14ba929b29b
| | * | YQL-21207: Add langver and settings hash to cacheatarasov52026-06-254-51/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### `YQL-21207`: Enhance cache key with langver and settings hash ✎ - Replaced serialized program string with a composite key consisting of language version, runtime settings hash, and serialized program to uniquely identify computation patterns. - Updated cache lookup, insertion, and notification mechanisms to use the new composite key for improved cache accuracy and consistency. - Modified pattern compilation and subscription logic to utilize the enhanced key for better cache management and pattern reuse. - Added unit tests to verify that the new key correctly distinguishes between different combinations of language version, settings, and program content. <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:db8a7b700579271bf301f1a2d40f662d77da424f
| | * | Intermediate changesrobot-piglet2026-06-255-80/+315
| | | | | | | | | | | | | | | | commit_hash:6b86b3c9bf850203b61c1bf7b910b9808ce95d91
| | * | YT-28526: Improve GetDirectoriesSize().yuryalekseev2026-06-251-1/+14
| | | | | | | | | | | | | | | | commit_hash:d928c347c34c18d5c64186248c067ad510d0aafe
| | * | Remove extra system columnskardymon-d2026-06-255-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Remove extra system columns handling ✎ - Introduces a unified `RemoveSystemColumns` function to handle removal of both built-in `_yql_` prefixed system columns and additional provider-specific prefixes configured via `ExtraSystemColumnPrefixes` - Replaces ad-hoc implementations with a centralized utility that properly processes extra system column prefixes using `RemovePrefixMembers` when needed - Updates all relevant code paths to use the new function, ensuring consistent system column removal behavior across different SQL constructs - Removes redundant member function `RemoveSystemColumns` and centralizes the logic in a standalone utility function - Adjusts test expectations to reflect the updated function call stack in generated code, removing explicit mentions of `RemoveSystemMembers` in some warning messages <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:f325c1dcc6db559a038dd68e2d8ec089863297e7