aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Return get_unique_path_for_current_test and some more (broken arcadia) (#11598)Maxim Yurchuk2024-11-163-3/+22
|
* YQ-3847 RD support regexp pushdown (#11626)Pisarenko Grigoriy2024-11-1511-76/+318
|
* format setting supported for date type (#11608)Ivan Sukhov2024-11-1523-35/+647
|
* PopCount() => std::popcount() (#11669)Anatoly2024-11-1521-40/+49
|
* switch on blancing checking (#11668)Олег2024-11-152-40/+39
|
* Fix TComputeActorAsyncInputHelperSync destruction (#11476)yumkam2024-11-151-13/+24
|
* async CA: remove unused code (#11628)yumkam2024-11-151-19/+0
|
* Use DEBUGINFO_LINES_ONLY param for ydbd binary in breakpad docker tag (#11671)kobzonega2024-11-154-21/+272
|
* Abort TLogWrite requests properly (#11665)Vlad Kuznetsov2024-11-153-6/+13
|
* Repair portions and async proto parser (#11636)ivanmorozov3332024-11-157-96/+396
|
* Fix tsan race in actor quicksort benchmark (#11664)Aleksei Borzenkov2024-11-151-4/+6
|
* Fix exporting CMake for darwin (#10865)Dmitrii Dmitriev2024-11-151-1/+8
|
* YQ-3859 Check semaphore generation in row dispatcher (#11572)Dmitry Kardymon2024-11-155-18/+31
|
* fix node checking (#11578)Олег2024-11-154-48/+38
|
* SQS: handle empty QueueUrl correctly (#11652)qyryq2024-11-157-44/+68
|
* Change TODO comments about pg types in minikql (#11651)Ivan Nikolaev2024-11-154-9/+9
|
* Add direct conversion from Ydb::Value tuple to Cell in rpc_read_table (#11615)Ivan Nikolaev2024-11-1513-310/+883
|
* Restore legacy kv api again (#11604)mregrock2024-11-1511-2/+277
|
* fix clusterName and node_type in UA meta session (#11240)kobzonega2024-11-151-6/+12
|
* CI codeowners for yql (#11619)Maxim Yurchuk2024-11-151-0/+1
|
* Add new UT for IC memory consumption (#11546)Vlad Kuznetsov2024-11-153-5/+72
|
* English documentation about LDAP interaction (#11223)Andrey Molotkov2024-11-152-1/+159
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Store flag AuthorizeByCertificate to local db of node broker (#11315)Andrey Molotkov2024-11-154-10/+32
|
* fix test timeouts (#11623)Aleksandr Dmitriev2024-11-152-0/+4
|
* Support ALTER TABLE for adding PG types (#11630)Ivan Nikolaev2024-11-154-13/+132
|
* Dockerfile oss (#11472)kobzonega2024-11-1512-3/+492
|
* Fix obliterate description (#11221)mregrock2024-11-152-4/+16
|
* Fix YQL udf/list docs (#11596)Victor Smirnov2024-11-151-0/+1
|
* Update docs for Variant builtins (#11296)Vadim Averin2024-11-142-0/+122
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Added a condition for the link to distributed-storage.md (#11611)anton-bobkov2024-11-151-0/+2
|
* Revert "YT block input fix for empty input" (#11624)Andrey Neporada2024-11-141-6/+1
|
* fix normalization processing (#11583)ivanmorozov3332024-11-1426-52/+448
|
* Merge pull request #11568 from maximyurchuk/mergelibs-yurchuk-manualAlexSm2024-11-142874-21210/+472089
|\ | | | | Mergelibs yurchuk manual
| * Import librariesMaxim Yurchuk2024-11-141-1/+1
| |
| * Merge branch 'rightlib' into mergelibs-yurchuk-manualMaxim Yurchuk2024-11-146-30/+95
| |\
| | * More compact ExpandApply loggingudovichenko-r2024-11-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Example of new logging: ``` [perf] yql_expr_optimize.cpp:540: Execution of [ExpandApply] took 20.9ms ``` commit_hash:701cc78f48eee1a8c0f824edb6a9310fd348ba92
| | * Intermediate changesrobot-piglet2024-11-141-0/+6
| | | | | | | | | | | | commit_hash:ef0c01e74df8c79f53eaa311abe8b6ac0419e864
| | * Fix various issues related to Decimal and Arrowrobot-piglet2024-11-143-21/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: proxy Some fixes in decimal: * Support parsing of nested `decimal128`/`decimal256` in Arrow. * Fix bug in `decimal256` unversioned value representation -- before this change, Arrow parser for `decimal256(n, p)` was always emitting strings of length 256 bits, event for n \<= 38, which is incorrect in the representation of YT `decimal(n, p)` type. Now it produces strings of variadic length (32, 64, 128 or 256 bits) depending on n, similar to `decimal128(n, p)`. --- Pull Request resolved: <https://github.com/ytsaurus/ytsaurus/pull/942> commit_hash:32e66c7eb4d996caf0893f97d269fb1930bc5f7a
| | * Intermediate changesrobot-piglet2024-11-141-3/+4
| | | | | | | | | | | | commit_hash:bbe5982909469ab84284cb16547e69a096d992ea
| * | Import librariesMaxim Yurchuk2024-11-141-1/+1
| | |
| * | Merge branch 'rightlib' into mergelibs-yurchuk-manualMaxim Yurchuk2024-11-14702-55/+188001
| |\|
| | * Fix ydb + asan + clang18maxim-yurchuk2024-11-14700-0/+187997
| | | | | | | | | | | | commit_hash:05ab74f9ed1a1c6e8ca77975c6c23c79432b7093
| | * Update YFM for ya make to latest versionrobot-infraui-ci2024-11-141-4/+4
| | | | | | | | | | | | | | | Update YFM for ya make to latest version commit_hash:ed715d7e095d0862895cde5ae816fad944039c9e
| | * Intermediate changesrobot-piglet2024-11-141-51/+0
| | | | | | | | | | | | commit_hash:513da6b12f03f09633629ffd3bc8732063ad3a98
| * | Import librariesMaxim Yurchuk2024-11-141-1/+1
| | |
| * | Merge branch 'rightlib' into mergelibs-yurchuk-manualMaxim Yurchuk2024-11-141621-17013/+269131
| |\|
| | * Fix babenko issues of rXXXXXXarkady-e1ppa2024-11-1410-21/+23
| | | | | | | | | | | | | | | [nodiff:caesar] commit_hash:93eef00a7132e68e727aa1f4028616db6522d03c
| | * Intermediate changesrobot-piglet2024-11-142-0/+9
| | | | | | | | | | | | commit_hash:e2dca294df4458422157edde71bdd5d080ca077f
| | * YT-23469: Ensure proper destructor order inside |RunInFiberContext| even ↵arkady-e1ppa2024-11-141-2/+6
| | | | | | | | | | | | | | | | | | when exception is thrown commit_hash:5dde84deb176c7a4be831d9870deab45f66d1237
| | * Add external autoincludes.jsonalevitskii2024-11-148-0/+218
| | | | | | | | | | | | | | | Add external autoincludes.json commit_hash:1b3de1732fee590582ae5620570facc2c0987390