aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Init yt dq jobs (#1460)Marina Pereskokova2024-02-018-4/+188
|
* Fix Defragmentation::DoesItWork unit test (#1531)Alexander Rutkovsky2024-02-012-26/+5
|
* YQL-17703 always use sized allocator in CA (#1522)zverevgeny2024-02-011-1/+1
|
* Enable cmake workflow to build a specified target (#1533)AlexSm2024-02-012-1/+11
| | | | | * Update action.yml * Update build_and_test_provisioned.yml
* Update build_and_test_provisioned.ymlAlexSm2024-02-011-1/+7
|
* Fix yaml-config requirement (#1524)Innokentii Mokin2024-02-011-0/+3
|
* fix(kqp): use ReadTableRange instead LookupTable (#1140)Iuliia Sidorina2024-02-016-48/+150
|
* KIKIMR-20082: TableStore/ColumnTable with QueryService (#1377)Nikolay Shumkov2024-02-017-267/+501
| | | | | | | | | | | | | | | | | | | | | * Initial commit * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes
* Added decimal128 type support with small precision (#1428)kinash-varvara2024-02-013-3/+147
|
* random shuffle has been fixed (#1499)Oleg Doronin2024-02-011-1/+1
|
* Profiling [perf] entry in YQL logs for RewriteReadFromView function (#1495)jepett02024-02-011-0/+2
|
* optimizer predicates usage on fetching (#1505)ivanmorozov3332024-02-019-29/+100
| | | | | | | * dont use predicate columns fetching and filter usage in case whole portion matched in predicates ranges * fix * fix
* serializer as interface for make new locally (#1496)ivanmorozov3332024-02-0165-765/+551
| | | | | | | | | | | | | | | | | | | | | * serializer as interface for make new locally * correction * fix tests build * fix build * fix dependencies * corrections * fix build * fix build * fix build * fix splitter test
* YQL-17714: Support key ranges (#1520)Александр Новожилов2024-02-011-39/+5
| | | | | * YQL-17714: Support key ranges * over ::parse
* [yql] Plan: add InputSections (YQL-17549) (#1517)Roman Udovichenko2024-02-0151-1668/+1685
|
* Initialize fields needed for CA (preps for WA removing) (#1513)Alexey Ozeritskiy2024-02-012-0/+36
|
* Document proto bytes field decoding with a test (#1509)Egor Tarasov2024-02-013-3/+26
|
* Mute flaky kv tests (#1516)Ilnaz Nizametdinov2024-02-011-0/+2
|
* Mute some flaky tests (#1512)Ilnaz Nizametdinov2024-02-011-0/+1
|
* init (#1511)Vitaly Stoyan2024-02-0132-1722/+1
|
* type TPartitionId (#1472)Alek5andr-Kotov2024-02-0136-204/+353
|
* Remove TActiveTransaction from datashard_kqp (#1454)azevaykin2024-02-0110-154/+132
|
* Remove dependncy on <ydb/library/yql/dq/runtime/dq_arrow_helpers.h> (#1476)Tony-Romanov2024-02-013-23/+16
|
* YQL-17542 move SaveState LoadState (#1474)zverevgeny2024-02-012-25/+27
|
* Yql 17542 simplify alloc in compute actor (#1452)zverevgeny2024-02-013-21/+6
| | | | | | | * YQL-17542 Simplify allocator usage in ComputeActors * fix build * fix dup
* Move yql dq job core in os (#1464)Marina Pereskokova2024-01-314-0/+453
|
* Fix tpcds query text (#1482)Alexey Ozeritskiy2024-01-312-3/+3
|
* Fix scheme_tests canondata (#1493)Nikolay Shumkov2024-01-312-3/+26
| | | | | * Initial commit * Fixes
* Do not call TypeName if trace is not used. (#1487)Daniil Cherednik2024-01-311-3/+5
|
* Add cost estimator for SSD (#1480)Sergey Belyakov2024-01-312-0/+16
|
* Method to reply, finish stream and rpc actor. (#1429)Daniil Cherednik2024-01-311-3/+7
|
* Temporarily mute SchemeShard's schema test (#1490)Ilnaz Nizametdinov2024-01-311-0/+1
|
* KIKIMR-19522 BTreeIndex Charge Items Limit (#1338)kungurtsev2024-01-317-240/+373
|
* Mute some flaky tests (#1481)Ilnaz Nizametdinov2024-01-311-0/+3
|
* [YQ-1997] Support for ReplaceIfExists flag in SchemeShard for External Data ↵24.1.1Alexey Uzhegov2024-01-3118-18/+1018
| | | | Source and External Table (#1431)
* Merge branch 'mergelibs12' into mainAlexander Smirnov2024-01-31844-94238/+19854
|\
| * Update library shaAlexander Smirnov2024-01-311-1/+1
| |
| * Update libcxxrt to 2023-10-11 03c83f5a57be8c5b1a29a68de5638744f17d28bahiddenpath2024-01-316-163/+474
| |
| * Intermediate changesrobot-piglet2024-01-3114-9/+157
| |
| * Fix boost asio configmikhnenko2024-01-311-2/+2
| |
| * Add missed #include <type_traits>mikhnenko2024-01-311-0/+4
| |
| * Intermediate changesrobot-piglet2024-01-311-6/+10
| |
| * Set conan os.version setting from CMAKE_OSX_DEPLOYMENT_TARGET..akhropov2024-01-312-4/+8
| |
| * Remove trailing whitespaceakhropov2024-01-312-14/+14
| |
| * Set -mno-outline-atomics for modern versions of CLang and GCC to avoid ↵akhropov2024-01-312-0/+14
| | | | | | | | unresolved symbols linking errors on arm64.,. Fix #2527
| * [library/cpp/yt] fix peerdirtldr2024-01-311-0/+1
| |
| * remove -Wno-implicit-intdzen032024-01-311-1/+1
| |
| * Extract log4j version to a variabletarasov-dmtr2024-01-311-3/+3
| |
| * Update vendor/github.com/envoyproxy/go-control-plane to 0.12.0robot-contrib2024-01-31468-85156/+17720
| |
| * Enum serialization cmake build fixsvidyuk2024-01-312-4/+10
| |