Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rightlib' into merge-libs-250219-0050 | Alexander Smirnov | 2025-02-19 | 278 | -2536/+6559 |
|\ | |||||
| * | YQL-19537: QPlayer test | mrlolthe1st | 2025-02-18 | 2 | -3/+28 |
| | | | | | | | | commit_hash:bcd3e54f9aef46d22d4547aecf501bb839b57e9d | ||||
| * | YT-23616: Temprorary fallback to http implementation for some methods | hiddenpath | 2025-02-18 | 4 | -44/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit should be reverted when these methods will have corresponding RPC implementations. ``` void TRpcRawClient::DeleteRows( const TYPath& /*path*/, const TNode::TListType& /*keys*/, const TDeleteRowsOptions& /*options*/) { YT_UNIMPLEMENTED(); } ``` commit_hash:a7957f365cc49dce53d44d702288a41cb2ec45b9 | ||||
| * | Update contrib/restricted/abseil-cpp to 20250127.0 | thegeorg | 2025-02-18 | 172 | -1591/+3225 |
| | | | | | | | | commit_hash:cb84f6cd1a663877e7f59ac994d08e04a1e76205 | ||||
| * | YQL-18303: Introduce Update overload | imunkin | 2025-02-18 | 11 | -299/+1879 |
| | | | | | | | | commit_hash:3afbcdd00ad47ecf35cb29bb25a5d7658ed1d5cb | ||||
| * | Increase number of buckets in grace join& 32x2 -> 64x2 | mfilitov | 2025-02-18 | 1 | -1/+1 |
| | | | | | | | | | | Increasing the number of buckets in grace join, because during TPCH10k two buckets no longer fit in memory commit_hash:1bf800015b4cf19f24f34bedbb52f1f809f569e8 | ||||
| * | Make Reference helper be a template of TResourceName | imunkin | 2025-02-18 | 1 | -107/+77 |
| | | | | | | | | commit_hash:79c97d1acda775c5303c2cfb23668f72690477eb | ||||
| * | Introduced lexer & parser interfaces | vvvv | 2025-02-18 | 36 | -155/+766 |
| | | | | | | | | commit_hash:fee365c90a176dd33a967cee20994b21d530080c | ||||
| * | YQL-19612 format for value_constructor | vvvv | 2025-02-18 | 25 | -146/+209 |
| | | | | | | | | commit_hash:d31d086ec6fffa8aff47fc22a3921e2a15cd9008 | ||||
| * | Intermediate changes | robot-piglet | 2025-02-18 | 2 | -2/+2 |
| | | | | | | | | commit_hash:0e8fb6a0fa97b88fe34ef4f7abbbae4894668df5 | ||||
| * | Rename dummy signature classes to structs | pavook | 2025-02-18 | 6 | -25/+14 |
| | | | | | | | | | | | | - Class -> struct - Remove useless friends commit_hash:87aa0c648bf31795c35bac54d546df46611c8e1e | ||||
| * | Fix YPath canonization with cluster Attr in BatchRequest | thenromanov | 2025-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Fix YPath canonization with cluster Attr in BatchRequest commit_hash:c69db8ca540727cea5954a571b01f9b764c84a1d | ||||
| * | YT-23616: Remove HttpCode from TErrorResponse | hiddenpath | 2025-02-18 | 6 | -53/+28 |
| | | | | | | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6 | ||||
| * | Enable _LIBCPP_NODISCARD_EXT | mikhnenko | 2025-02-18 | 1 | -1/+0 |
| | | | | | | | | commit_hash:98617260ebfdb67dc8ab65290642c0c5d79edc4d | ||||
| * | refactor out py2 protobuf herobora after | pg | 2025-02-18 | 9 | -27/+106 |
| | | | | | | | | commit_hash:8241ea2d9e5c3d12ca4c8902cdac23ed6630d4ce | ||||
| * | [util] speedup GmTimeR outside LUT interval | tobo | 2025-02-18 | 3 | -81/+133 |
| | | | | | | | | commit_hash:d57be220df393c193619ef5ed129ec4436540629 | ||||
* | | Mark options that are allowed to be used in the database configuration (#14761) | Ilnaz Nizametdinov | 2025-02-18 | 7 | -5/+90 |
| | | |||||
* | | Fix enable checksums persistance (#14757) | Ilia Shakhov | 2025-02-18 | 5 | -13/+107 |
| | | |||||
* | | Avoid persistent and in-memory tx status getting out-of-sync (#14704) | Aleksei Borzenkov | 2025-02-18 | 14 | -142/+481 |
| | | |||||
* | | Run ydb Large-tests on multislots (#14725) | verachecheneva | 2025-02-18 | 68 | -80/+85 |
| | | |||||
* | | Add admin cluster config generate command (#14711) | mregrock | 2025-02-18 | 25 | -2/+359 |
| | | |||||
* | | rework node priorities to make dc preference overridable (#14554) | vporyadke | 2025-02-18 | 8 | -50/+89 |
| | | |||||
* | | Add launch id to info about bench run (#14755) | Олег | 2025-02-18 | 1 | -0/+4 |
| | | |||||
* | | fix returning from invalid table (#14738) | Mikhail Surin | 2025-02-18 | 2 | -3/+22 |
| | | |||||
* | | Add test for Dt64* parameters. (#14739) | spuchin | 2025-02-18 | 1 | -7/+18 |
| | | |||||
* | | Update base.py revert grpc_port changes (#14745) | Sergey J | 2025-02-18 | 1 | -6/+1 |
| | | |||||
* | | Merge pull request #14716 from ydb-platform/merge-libs-250218-0050 | Alexander Smirnov | 2025-02-18 | 56 | -355/+1643 |
|\ \ | |||||
| * | | Import libraries 250218-0050 | Alexander Smirnov | 2025-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'rightlib' into merge-libs-250218-0050 | Alexander Smirnov | 2025-02-18 | 55 | -354/+1642 |
| |\| | |||||
| | * | BlockMapJoinCore refactor | ziganshinmr | 2025-02-17 | 18 | -303/+975 |
| | | | | | | | | | | | | | | | | | | | | | * Split storage and index parts from BlockMapJoinCore computation node into separate BlockStorage and BlockIndex nodes in order to allow multiple join nodes to reuse the same block data and index for the right table where possible * Corresponding s-expressions changes commit_hash:40e39fb0b22c2f929c184963b5bd901006122c14 | ||||
| | * | promote LD_PLUGIN_V2 to LD_PLUGIN | pg | 2025-02-17 | 1 | -5/+1 |
| | | | | | | | | | | | | commit_hash:7ca45f97c43085abf6d826bc47c2c769a9c018fc | ||||
| | * | Add LD_PLUGIN_V2 and use it for MUSL. | pg | 2025-02-17 | 1 | -0/+5 |
| | | | | | | | | | | | | commit_hash:b66e8aea0778dda478d029d881f0dbe754ac8bd4 | ||||
| | * | fix(conf): process ru comments in tsconfig.json | zaverden | 2025-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | commit_hash:e91ce4b94e88fc391c94405c4abdcbc1c30136fd | ||||
| | * | YT-23616: Add IsUnauthorized method to TErrorResponse | hiddenpath | 2025-02-17 | 2 | -0/+19 |
| | | | | | | | | | | | | commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44 | ||||
| | * | YT-23616: Do not rely on 4xx http codes | hiddenpath | 2025-02-17 | 1 | -5/+1 |
| | | | | | | | | | | | | commit_hash:180c7545c76e0286472079ec129fd15f2e140aa9 | ||||
| | * | YT block input for table content | ziganshinmr | 2025-02-17 | 25 | -29/+569 |
| | | | | | | | | | | | | commit_hash:6ece06798fc8cef2e4d8e62cf5b9634b3162aa45 | ||||
| | * | feat buildroot: add explicit review | serjflint | 2025-02-17 | 1 | -0/+44 |
| | | | | | | | | | | | | commit_hash:69abd75def3508ce7e91da707a15a6093fc0fec2 | ||||
| | * | YQL-19506: Set check execution stage after common optimizations in Lineage | maxkovalev | 2025-02-17 | 3 | -2/+8 |
| | | | | | | | | | | | | commit_hash:f226a2d792c1c4b99292514c038c2ca6e22c8611 | ||||
| | * | YT-23616: Do not rely on specific http codes upon request retry | hiddenpath | 2025-02-17 | 4 | -12/+19 |
| | | | | | | | | | | | | commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd | ||||
| | * | feat(runtime): instrument tasklet before run | tiqurillo | 2025-02-17 | 1 | -0/+3 |
| | | | | | | | | | | | | commit_hash:750b92b462a4db4fbd2b470716b90d07c89a2842 | ||||
* | | | Fix tpcds q44 (#14744) | Олег | 2025-02-18 | 6 | -4/+26 |
| | | | |||||
* | | | Fix statement ok assert (#14735) | Oleg Ovcharuk | 2025-02-18 | 1 | -5/+3 |
| | | | |||||
* | | | YDB FQ: move `ListSplits` call from the request execution to the request ↵ | Vitaly Isaev | 2025-02-18 | 23 | -399/+606 |
| | | | | | | | | | | | | optimization phase (#14497) | ||||
* | | | KQP Statistics Sensors (#14621) | Hor911 | 2025-02-18 | 6 | -58/+257 |
| | | | |||||
* | | | useless code have been rid off (#14600) | Oleg Doronin | 2025-02-18 | 1 | -24/+2 |
| | | | |||||
* | | | Update muted_ya.txt (#14727) | Kirill Rysin | 2025-02-18 | 1 | -17/+12 |
| | | | |||||
* | | | json accessor usage on scan (#14717) | ivanmorozov333 | 2025-02-18 | 23 | -20/+241 |
| | | | |||||
* | | | fix create_new_muted_ya.py data source (#14721) | Kirill Rysin | 2025-02-18 | 1 | -6/+6 |
| | | | |||||
* | | | enable metering by default (#14615) | Mikhail Surin | 2025-02-18 | 4 | -4/+3 |
| | | | |||||
* | | | Kafka auth flag and bugfix in ts (#14220) | FloatingCrowbar | 2025-02-18 | 3 | -3/+9 |
| | | |