aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update github.com/ydb-platform/fq-connector-go image to v0.1.2 (#1574)Vitaly Isaev2024-02-052-1/+30
|
* [YQL-16903] Change default value for dq.UseBlockReader and ↵Andrey Neporada2024-02-052-4/+5
| | | | yt.UseRPCReaderInDQ if BlockEngine is enabled (#1564)
* KQP locks in EvWrite (#1551)azevaykin2024-02-0510-36/+473
|
* [-] ссылка на идентификатор партиции (#1550)Alek5andr-Kotov2024-02-051-1/+1
|
* YQL-17704 switch GWM ut to CA (#1567)zverevgeny2024-02-051-4/+11
|
* Implemented first version of dynamic jaeger tracing configuration (#1484)Oleg Shatov2024-02-0526-135/+682
| | | | | | | | | | | * Implemented first version of dynamic jaeger tracing configuration * First semi-done version * Successfully conquered configurations * Removed useless output + slight refactoring * Fix of test client
* Fix for unequal nulls bitmap size YQL-17564 (#1570)Andrey Kulaga2024-02-051-18/+19
|
* Document locks and change visibility in datashard YDBDOCS-430 YDBDOCS-431 (#912)Aleksei Borzenkov2024-02-056-0/+592
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Document persistent uncommitted changes, locks and change visibility in datashard YDBDOCS-430 YDBDOCS-431 * Apply suggestions from code review Co-authored-by: kungurtsev <alexey66rus@gmail.com> * Proofread changes * Apply suggestions from code review Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * Suggested code review changes * More suggested code review changes * Change lock wording in the russian translation * Apply suggestions from code review Co-authored-by: azevaykin <145343289+azevaykin@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * Update ydb/docs/ru/core/development/localdb-uncommitted-txs.md * Update ydb/docs/ru/core/development/localdb-uncommitted-txs.md --------- Co-authored-by: kungurtsev <alexey66rus@gmail.com> Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> Co-authored-by: azevaykin <145343289+azevaykin@users.noreply.github.com>
* support trailing generic query responses (#1441)Vitalii Gridnev2024-02-0312-91/+266
|
* Fix compilation of tpc-ds queries in yql syntax (#1562)Alexey Ozeritskiy2024-02-032-4/+4
|
* init (#1559)Vitaly Stoyan2024-02-0220-17/+43
|
* YQL-17542 split FillIoMaps (#1537)zverevgeny2024-02-023-52/+61
|
* Fix pg tpc-ds query texts (#1557)Alexey Ozeritskiy2024-02-028-42/+42
|
* improving potential bottleneck in grpc layer of the query service (#1278)Vitalii Gridnev2024-02-024-63/+64
| | | | | | | * fix column build with indexed table * remove useless debug strings * query service: apply multiple completion queues and proxies logic to the query service
* add restricting tablet availability to hive ui KIKIMR-20617 (#1288)vporyadke2024-02-0219-156/+500
|
* YQL-17725 docs for unicode literals (#1547)Vitaly Stoyan2024-02-027-4/+64
| | | | | | | * init * fix * tune gitignore
* Add UT to test encryption keys obtaining (#1552)Sergey Belyakov2024-02-021-0/+78
|
* Fix YT yql plugin build (#1548)Marina Pereskokova2024-02-021-0/+4
|
* [YQ-1997] Extra testsAlexey Uzhegov2024-02-023-2/+171
|
* BTreeIndex Charge Bytes Limit (#1489)kungurtsev2024-02-022-67/+276
|
* Unmute read-only VDisk unittest (#1545)Alexander Rutkovsky2024-02-021-1/+0
|
* add settings and downsample algorithms (#1425)Alexey Efimov2024-02-0227-129/+708
|
* Add yaml config support to ydbd_slice (#1406)Innokentii Mokin2024-02-026-39/+245
| | | | | * add yaml config support to ydbd_slice * remove nested dir for dynconfig
* YQL-17725 unicode string literals (#1528)Vitaly Stoyan2024-02-0212-7/+142
| | | | | * init * fix
* YQL-17646 Fix dqrun/yqlrun difference in bigdate tests (#1503)amikish2024-02-022-1/+2
|
* ignore set escape_string_warning (#1518)Timofey Koolin2024-02-021-1/+2
|
* Remove broken optimizer YQL-17555 (#1376)Alexey Ozeritskiy2024-02-027-23/+18
|
* Unmute working tests (#1543)Alexander Rutkovsky2024-02-022-17/+4
|
* KIKIMR-20931: Fix set_config (#1521)Александр Новожилов2024-02-021-5/+9
| | | | | | | * KIKIMR-20931: Fix set_config * typo * add information_schema
* init (#1534)Vitaly Stoyan2024-02-023-3/+30
|
* ci: fix Embedded UI Refresh workflow (#1514)Vladimir Lewandowski2024-02-011-14/+16
| | | | | * ci: fix Embedded UI asset placement * ci: fix body formatting of Embedded UI Refresh PR
* 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
|