aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Choose partition for topic split/merge (#1038)Nikolay Shestakov2024-01-2334-760/+2130
|
* Add sleep for metering tests (#1235)Nikolay Shestakov2024-01-231-0/+10
|
* Remove yt specific alloc monitoring. Ytalloc is not used. (#1202)Daniil Cherednik2024-01-234-327/+0
|
* YQL-17615: Fixed floats & numerics formatting in pgrun (#1230)Mars Agliullin2024-01-2312-12/+621
|
* Move ReValidateKeys to TKeyValidator (#1217)azevaykin2024-01-236-25/+108
|
* Correct cleanup policy. Split writeIds list (#1205)nsofya2024-01-235-19/+17
| | | * Correct clenup policy. Split writeIds list
* Add use local self heal option to ds tool (#1191)Robert Drynkin2024-01-231-0/+5
| | | Co-authored-by: robdrynkin <robdrynkin@nebius.com>
* not null constraint fix for column addition (#1137)Vitalii Gridnev2024-01-2318-19/+107
| | | | | | | * not null constraint fix for column addition * fixing tests according to the changes * fix scheme tests
* LocalTableWriter skeleton KIKIMR-20673 (#1214)Ilnaz Nizametdinov2024-01-2310-30/+272
|
* Make ydb_root_common use only stderr to avoid command output pollution (#1218)Innokentii Mokin2024-01-233-22/+22
| | | * make ydb_root_common use only stderr to avoid command output pollution
* Fixed unit tests fq/s3 + generic (#1120)Pisarenko Grigoriy2024-01-235-7/+13
| | | | | | | | | | | * Unmuted unit tests * Fixed ya make * Removed skip * Fixed test_write_result * Added comment
* fix ListUniqStable not working on optional arguments (#1195)Mikhail Babenko2024-01-238-32/+38
|
* Fix external dep on opentelemetry (#1216)Innokentii Mokin2024-01-234-4/+5
|
* KIKIMR-19522 BTreeIndex Charge Keys (#1102)kungurtsev2024-01-237-169/+368
|
* Fix malloc size (#1211)Alexey Ozeritskiy2024-01-231-1/+1
|
* add waiting for resources snapshot (#1154)vporyadke2024-01-231-12/+24
|
* Remove inaccessible code from TCompatibilityInfo::CheckCompatibility, #1208 ↵Sergey Belyakov2024-01-231-4/+0
| | | | (#1209)
* Use fallthrough and fix holder initialization (#1221)Nikolay Shestakov2024-01-232-1/+7
|
* YQL-17250: Fix operation name at fallback message (#1194)Maxim Kovalev2024-01-232-20/+12
|
* Fix typo leading to false VERIFY (#1220)Alexander Rutkovsky2024-01-231-1/+1
|
* fix allow single partition optimization (#1212)Vitalii Gridnev2024-01-233-7/+7
|
* fox coverity (#1206)ivanmorozov3332024-01-231-0/+1
|
* [YQL-17298] Fix data race on ICompare::TPtr (#1213)Andrey Neporada2024-01-231-10/+21
|
* Move TBaseChangeSender to ydb/core/change_exchange KIKIMR-20673 (#1207)Ilnaz Nizametdinov2024-01-2210-65/+75
|
* Fix 404 and fix files names. (#1032)Ivan Katkov2024-01-2257-56/+132
| | | | | | | | | | | | | | | | | | | | | * Fix 404 and fix files names. * Fix link err in ydb-cli/export-import/ * Fix links to export-import. * Fix link in /en/maintenance/backup_and_recovery.md * Add new pages to TOC. * Add federated query to concepts TOC. * rename no_translation to no-translation. * Rebase on main. * Add redirect from export_import/* to export-import/*. * Add redirects.
* Mute some flaky tests (#1187)Ilnaz Nizametdinov2024-01-221-1/+9
|
* DebugString methods for debug prints (#1198)ivanmorozov3332024-01-224-2/+77
|
* YQL-17542 clarify send stats condition in compute actor (#1015)zverevgeny2024-01-222-11/+19
|
* YQL-17542 remove function with confusing name CreateKqpTaskRunner (#1183)zverevgeny2024-01-224-12/+3
|
* Add more information to VERIFY message, YDBREQUESTS-2898 (#1155)Sergey Belyakov2024-01-221-1/+5
| | | | | * Add more information to VERIFY message, YDBREQUESTS-2898 * Use HexEncode
* YQL-17624: oid columns are now right-aligned in pgrun table output (#1199)Mars Agliullin2024-01-226-49/+118
|
* Fix build for clang14 compiler (#1197)Andrey Molotkov2024-01-221-1/+1
|
* Add missing <cstddef> include (#1145)Artem Alperin2024-01-221-0/+1
|
* S3 add switch for virtual style addressing (#1150)Innokentii Mokin2024-01-2215-4/+37
| | | * add s3 virtual addressing support
* KIKIMR-19521 BTreeIndex Keep B-TreeIndex in cache after compactions (#1165)kungurtsev2024-01-222-2/+50
|
* refactor CreatePartitions endpoint of Kafka API to use TUpdateSchemeActor ↵Sergey Veselov2024-01-224-185/+103
| | | | | | | | | (#1005) * LOGBROKER-8860: refactor CreatePartitions endpoint of Kafka API to use TUpdateSchemeActor * Fix ydb->kafka status converstion for CreateTopics and CreatePartitions. Fix incorrect output format in case of two same topics provided for Create Partitions. Refactorings + style fixes.
* Scheme correction for indexes usage (#1180)ivanmorozov3332024-01-2248-746/+1760
| | | | | | | | | | | | | | | | | * correct schemeshard usage for index operations * fix build * fix build * correction * fix build * fix build * fix ut build * fix tests
* ALTER syntax for EXTERNAL DATA SOURCE/EXTERNAL TABLE (#998)Vasily Gerasimov2024-01-2216-203/+593
|
* Simplify error handling (#1181)azevaykin2024-01-225-31/+42
|
* Revert "external table content has been decoded for viewer (#1055)" (#1190)Oleg Doronin2024-01-229-63/+9
| | | | | | | | | * Revert "external table content has been decoded for viewer (#1055)" This reverts commit 56e9a2180c82c7a8a24cf6c00b2f56578683eb4b. * Revert "scheme tests have been fixed (#1182)" This reverts commit 6fe76108802fcf3f811a5aa0b941d424b298a1f1.
* replace into olap table (#1164)Nikita Vasilev2024-01-2221-65/+1057
|
* Fix build KIKIMR-20673 (#1192)Ilnaz Nizametdinov2024-01-221-1/+1
|
* Add faster data generation to Storage Load Actor, #1156 (#1157)Sergey Belyakov2024-01-222-14/+80
| | | | | * Add faster data generation to Storage Load Actor, #1156 * Add alexvru's faster data generation method
* YQL code owners (#1188)Roman Udovichenko2024-01-221-0/+1
| | | | | * yql code owners * Keep /ydb/library/yql only
* docs: fix typo (#1170)Sergey Bakulin2024-01-221-1/+1
|
* Fix ShardHint for read actorNikita Vasilev2024-01-221-1/+6
|
* Session actor perf (again) (#873)Nikita Vasilev2024-01-2217-274/+457
|
* YQL-17567: Added patches to workaround unsupported INSERT without column ↵Mars Agliullin2024-01-2217-35/+852
| | | | list & updated passing regression tests (#1185)
* YDBD binary args: added database quotas limits (#496)Ilya Mishin2024-01-221-1/+61
| | | | | | | | | | | | * Open data size api * rename command * required args * add comment * add option check * base class for quotas --------- Co-authored-by: Ilya Mishin <mishin-ilya@yandex-team.ru>
* Move first key validation logic out of engines (#1161)azevaykin2024-01-2215-175/+224
|