aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Session actor perf (#724)Nikita Vasilev2023-12-2717-275/+458
|
* Remove node identifier (deprecated) (#688)ijon2023-12-2711-209/+1
| | | | | Also free IO pool from this unneeded actor. KIKIMR-20497
* Remove msgbus trace service (deprecated and unused) (#687)ijon2023-12-2726-571/+12
| | | | | Also free IO pool from this service's actor. KIKIMR-20497
* Switch ticket_parser auth clients to HTSwap mailbox type (#670)ijon2023-12-271-7/+7
|
* generic query for load actor (#512)Nikita Vasilev2023-12-273-4/+15
|
* init (#738)Vitaly Stoyan2023-12-279-57/+117
|
* YQL-17286: Fix sublink in projection, which has no external deps (#684)Mars Agliullin2023-12-275-1/+53
| | | Do not expand sublinks, which have no external deps
* use statistics aggregator for basic statistics KIKIMR-18323 (#623)Aleksandr Dmitriev2023-12-2721-373/+1002
|
* Add PG provider to pgrun (#732)Александр Новожилов2023-12-272-0/+4
|
* fix tests (#735)Vitaly Stoyan2023-12-277-48/+48
|
* fix (#736)Vitaly Stoyan2023-12-262-2/+46
|
* remove a hard error in formatter when CASE wih no ELSE (#723)Mikhail Babenko2023-12-261-4/+6
|
* fix broken pg autoparam unit testFiodar Miron2023-12-261-0/+1
|
* (refactoring) Inline TChangeRecordBuilder's methods (#734)Ilnaz Nizametdinov2023-12-262-99/+77
|
* YQL-17385 fix tests (#730)Vitaly Stoyan2023-12-269-38/+39
| | | | | | | | | * stabilized tests * Revert "stabilized tests" This reverts commit c4595132e1f52eb95917ef9182d7df58a6e81d79. * stabilized tests
* Ability for ydb-cli to write request results as arrow parquet (#673)Олег2023-12-2612-4/+291
| | | Возможность записи parquet через ydb-cli
* KIKIMR-20150: remove the test from the mute list (#726)Evgeniy Ivanov2023-12-261-1/+0
|
* Keep Issue fields after censorship (#714)Hor9112023-12-264-4/+40
| | | | | * Keep Issue fields after censorship * Tests
* YQ-2704 TCheckpointStorage failed on log (#594)Dmitry Kardymon2023-12-263-33/+32
| | | | | | | * use context for log * remove artifacts after other branch * remove artifacts after other branch
* YQ-2628: add RECURSE_FOR_TESTS (#718)Egor Zudin2023-12-261-0/+4
|
* Add discovery mutator for underlay (#566)Dmitry Kardymon2023-12-262-2/+27
| | | | | | | * Add discovery mutator for underlay * Fix prefix * TString -> StringBuf
* [YQL-17103] Basic support of pg types in predicate extractor library (#709)Andrey Neporada2023-12-2615-55/+447
| | | | | | | | | | | * initial * fix typo * fix minus inf for pg types * more tests + canonize * temporarily disable KqpNotNullColumns::SecondaryIndexWithNotNullDataColumnPg
* use adaptive timeouts and persistent node count in hive warmup KIKIMR-20551 ↵vporyadke2023-12-267-12/+41
| | | | (#624)
* fix tests TopicPeriodicStat* (#717)Nikolay Shestakov2023-12-263-4/+11
| | | | | * fix tests TopicPeriodicStat* * remove unnecasary spaces
* Add QueryService coverage for kqp_perf_ut.(KIKIMR-16294) (#721)spuchin2023-12-263-310/+213
| | | Co-authored-by: Sergey Puchin <spuchin@mr-nvme-testing-11.search.yandex.net>
* ActorSystem cpu load log use std atomic (#646)Maksim Kita2023-12-261-44/+35
|
* ActorSystem interrupter use std atomic (#645)Maksim Kita2023-12-261-3/+3
|
* ActorSystem memlog use std atomic (#644)Maksim Kita2023-12-262-5/+5
|
* ActorSystem should continue use std atomic (#643)Maksim Kita2023-12-262-9/+9
|
* KQP computation pattern cache serialized program (#634)Maksim Kita2023-12-264-28/+78
| | | KQP computation pattern cache serialized program
* ActorSystem fix typo (#638)Maksim Kita2023-12-264-16/+16
|
* KIKIMR-20150: fix and improve flaky test (#713)Evgeniy Ivanov2023-12-261-8/+106
|
* Start tablets in object domain KIKIMR-20271 (#705)Ilia Shakhov2023-12-2639-49/+636
| | | * Start tablets in object domain KIKIMR-20271
* YQ-2670 switch generic tests to docker compose (#691)Pisarenko Grigoriy2023-12-268-24/+95
| | | | | * Switched KQP generic provider tests to docker-compose * Fixed retries
* YQL-15941 no_llvm versions of purecalc and embedded (#707)Vitaly Stoyan2023-12-2646-65/+494
| | | | | * init * build
* KIKIMR-19522 BTreeIndex Precharge Simplification (#682)kungurtsev2023-12-264-180/+254
|
* Rename op -> writeOp (#715)azevaykin2023-12-261-15/+18
|
* KIKIMR-20042 Partially implemented PDisk tracing (#574)Oleg Shatov2023-12-2616-121/+223
| | | | | | | * KIKIMR-20042 Partially implemented PDisk tracing * Grooming * Another grooming
* buffered writing for columnshards (#686)ivanmorozov3332023-12-2647-433/+788
| | | | | | | | | | | | | | | | | | | | * buffered writing for columnshards * buffered writing for columnshards * Revert "Merge branch 'write-buffer' of https://github.com/ivanmorozov333/ydb into write-buffer" This reverts commit b5aa131cab4e646a4524342007156ffeff5abcd6, reversing changes made to a83147362457569d14181f796d7ac9e7d3b58877. * fix build * fix build * fix build * fix * one more fix
* KIKIMR-19671 Add RemovePathRecursive function (#680)iddqdex2023-12-262-30/+48
| | | | | * KIKIMR-19671 add RemovePathRecursive function * fix style
* Refuse empty query text (#708)Hor9112023-12-264-53/+31
| | | | | | | * Refuse empty query text * flake8 * Fix tests
* Revert "KIKIMR-20522: Tests for vdisks balancing (#531)" (#706)kruall2023-12-254-322/+1
| | | | | This reverts commit 7116d46ae7c0259b5f9d489de263f8701e432b1c. Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru>
* Use Source Name as name, drop unused index (#701)Hor9112023-12-251-2/+1
|
* Update cost model (#697)Sergey Belyakov2023-12-251-6/+6
|
* [yql] gateway extension contains only additional settings (#700)Roman Udovichenko2023-12-254-239/+19
|
* YQL-9517: RPC Arrow reader YT column converters (#599)Александр Новожилов2023-12-2514-165/+856
| | | | | | | | | | | | | | | * YQL-9517: RPC Arrow reader YT column converters * .make + bool * wideflow => stream * yson fix * fix * fix * remove unused
* YQ-2560: add YDB data_source (#693)Amelin Nikita2023-12-251-0/+1
|
* Removed useless includes (#621)Oleg Shatov2023-12-252-7/+5
|
* Remove TabletId from TValidatedDataTx (#683)azevaykin2023-12-259-29/+28
|
* YDB_ACCESSORs (#672)azevaykin2023-12-257-250/+172
|