aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* get status polling has been fixed YQ-2667 (#620)Oleg Doronin2023-12-253-5/+19
|
* YQ-2628: Print stats on final status log (#563)Egor Zudin2023-12-257-5/+206
|
* Add TPC-DS Q56 (#692)Alexey Ozeritskiy2023-12-251-2/+71
|
* KIKIMR-20533 Forward traceparent header to KV-tablet (#689)Oleg Shatov2023-12-253-4/+11
| | | | | * KIKIMR-20533 Forward traceparent header to KV-tablet * Introduced TWilsonGrpc::RequestActor
* Fix constrains after expand PartitionsByKeys. (#685)Tony-Romanov2023-12-254-100/+127
| | | | | * Fix constrains after expand PartitionsByKeys. * A little fix and cosmetic.
* [YQL-17338] disable cast warning from integral types to float types (#690)Mikhail Babenko2023-12-254-50/+2
|
* KIKIMR-20042 Fix of TSpan abort outside of actor system (#630)Oleg Shatov2023-12-252-4/+5
| | | | | * KIKIMR-20042 Fix of TSpan abort outside of actor system * Removed explicit comparsion with nullptr
* Mute postgresql* tests (#675)Ilnaz Nizametdinov2023-12-251-1/+1
|
* CREATE / DROP VIEW queries support (#656)jepett02023-12-2524-5/+880
| | | | | | | | | | | | | | | * CREATE / DROP VIEW queries support SELECTing from VIEWs is not supported yet! - Make changes to the YQL grammar to add CREATE / DROP VIEW statements - Save the query text specified in the CREATE VIEW statement in the VIEW object - Implement VIEW as a wrapped generic Object: CREATE / DROP VIEW commands call Create/DropObject commands with appropriate settings - Query text is stored in the object's features * Implement placeholder intent determination transformer for CreateObject to allow type annotation of the select statement saved inside a VIEW in CREATE VIEW statement Saving parsed AST of the view can be used to find type errors in the select statement saved inside a VIEW during validation stage of the YQL pipeline. It seems to necessitate adding this placeholder implementation of the CreateObject handler
* KIKIMR-19521 BTreeIndex Fix SchemeShard Verify (#655)kungurtsev2023-12-251-14/+40
|
* Ignore empty metrics in in-progress stats. Try-catch in-progress stats ↵Hor9112023-12-258-148/+250
| | | | conversion. (#633)
* YQL-15941 avoid llvm version pinning where possible (#677)Vitaly Stoyan2023-12-2568-161/+106
| | | | | * init * build
* Refactoring - optimize parameters of CreatePartitionWriter (#669)Nikolay Shestakov2023-12-2413-525/+521
|
* added tests (#647)Andrei Rykov2023-12-222-4/+72
|
* Import libs 3 (#679)AlexSm2023-12-2252-478/+420
|