aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [YQL-17474] Limit supported operation settings in hybrid execution (#1132)Andrey Neporada2024-01-192-16/+22
| | | | | * [YQL-17474] Limit supported operation settings in hybrid execution * update supported settings list
* external table content has been decoded for viewer (#1055)Oleg Doronin2024-01-198-9/+61
| | | * external table content has been decoded for viewer
* use splitter for abstract data chunks. not columns only (#1147)ivanmorozov3332024-01-1938-311/+494
| | | | | | | | | | | | | | | | | | | * use splitter for abstract data chunks. not columns only * fix build * fix build * fix build * fix build * fix test for portions->bs->tier->bs (in this case we have to rewrite blobId) * fix * optional useless * fix
* KIKIMR-20378: Enable IAM BulkAuthorization (#911)Andrey Molotkov2024-01-1916-79/+844
| | | | | | | | | * Bulk authorization * unit tests * small fixes * Add result filter ALL_FAILED
* Enable SELECT from views (#795)jepett02024-01-1937-96/+867
| | | | | | | | | | | | | | * Enable SELECT from views Selecting from a view currently works for the following queries written in the view: - SELECT 1 - SELECT * FROM SomeTable - SELECT a, b FROM SomeTable (you can specify which columns you need) - SELECT * FROM FirstTable JOIN SecondTable ON ... - SELECT * FROM FirstTable UNION SELECT * FROM SecondTable - SELECT * FROM SomeOtherView - SELECT * FROM FirstView JOIN SecondView ON ... The idea of the implementation is the following: whenever we encounter TExprNode corresponding to a Right! read from a view, we change this node to a TExprNode, which corresponds to the compiled query, stored in the view. This is done on RewriteIO stage of the pipeline. The biggest challenge was to meet all the expectations of the CheckTx function applied to the rewritten query.
* remove unnecesary sleep in tests (#1092)Nikolay Shestakov2024-01-191-1/+0
|
* YQ-2356: integration tests for yq through generic provider (#988)Tsoy Maksim2024-01-1926-10/+775
| | | * YQ-2356: integration tests for YQ through generic provider
* YQL-17542 not initially acqured mode in TScopedAlloc (#1099)zverevgeny2024-01-193-15/+38
|
* use policies for memory prediction on compaction (#1130)ivanmorozov3332024-01-194-7/+65
| | | | | | | | | | | | | | | * use raw bytes for optimizer limiter * use policies for memory prediction on compaction * fix build * fixes * fix build * fix * fix
* make storage balancer automatically triggered KIKIMR-20672 (#1018)vporyadke2024-01-1915-97/+228
|
* fix missing breaks (#1139)vporyadke2024-01-191-0/+3
|
* Rename values of ServerlessComputeResourcesMode enum KIKIMR-20642 (#1094)Ilia Shakhov2024-01-1916-138/+195
| | | * Rename values of ServerlessComputeResourcesMode enum KIKIMR-20642
* S3 storage class workaround for minio (#1148)Innokentii Mokin2024-01-191-1/+12
| | | * workaround for minio
* (refactoring) IChangeRecord KIKIMR-20673 (#1142)Ilnaz Nizametdinov2024-01-1917-214/+258
|
* Accounted for HullHugeBlobChunkAllocator in canondata (#1146)Oleg Shatov2024-01-191-4/+4
|
* Improve checkResult fun in arrow_ut.cpp (#1135)kinash-varvara2024-01-191-24/+17
|
* Unify test case naming in ydb/library/yql/providers/generic/connector/tests ↵Vitaly Isaev2024-01-1921-222/+346
| | | | | | | | (#1110) * utils.Database is now a property of tests_cases.BaseTestCase * Unified logic for building test case names * Store test case artifacts (YQL/SQL requests, dqrun/kqprun outputs) in distinct folders * Reworked large_table tests to check Connector streaming logic
* Make MVCC always enabled and no longer optional KIKIMR-20802 (#1127)Aleksei Borzenkov2024-01-1924-866/+67
| | | | | | | * Make MVCC always enabled and no longer optional KIKIMR-20802 * Don't depend on disabled mvcc in serverless tests * Remove disable_mvcc option from kikimr configurator for tests
* Release notes ydb cli 2 8 0 (#1050)Bulat2024-01-1910-7/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepared release notes YDB CLI 2.8.0 * Fixed --collect-diagnostics description * Fix * Mark generic query feature with experimental flag Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * fix Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * fix Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * fix Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * fix Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * fix Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * Fixed issues --------- Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Enable remote cache client decompression (#1141)AlexSm2024-01-191-0/+1
|
* KIKIMR-20778: Тест на лаг обновления данных ↵Олег2024-01-191-1/+39
| | | | через bulk_upsert (#1143)
* YQL-16218 tests dict in tables for sqlin (#1075)zverevgeny2024-01-187-0/+74
| | | | | * temp test src * YQL-16218 tests dict in tables for sqlin
* KIKIMR-19671 Refactoring of IWorkloadQueryGenerator and TWorkloadFactory (#1103)Олег2024-01-1819-1031/+507
| | | | | | | | | | | | | * KIKIMR-19671 Refactoring of IWorkloadQueryGenerator and TWorkloadFactory Part of https://a.yandex-team.ru/review/4709374 Workload commands in ydb-cli will be generated by generator * fix build * Fix descriptions * fix build * another fix build
* YQL-17553: Fix RPC reader data loss (#1114)Александр Новожилов2024-01-183-4/+19
| | | | | * YQL-17553: Fix RPC reader data loss * failure injection
* Fix rebinding allocator (#1023)Artem Alperin2024-01-181-10/+10
|
* fix format (#987)Artem Alperin2024-01-182-2/+2
|
* Add missing includes (#986)Artem Alperin2024-01-183-1/+3
|
* Fix dates in TPC-DS/YQL-syntax (#1138)Alexey Ozeritskiy2024-01-182-4/+4
|
* KIKIMR-18397 HC node restarts issue (#1111)Andrei Rykov2024-01-181-2/+15
| | | | | | | | | | | | | * added RestartsPerPeriod info * added issue * node-check * changed message to NODE UPTIME * changed messages * changed message
* YDB-1060 viewer nodes handler add missing sort (#1134)Andrei Rykov2024-01-181-1/+17
| | | | | * degraded-sort * changed to int32
* [YQL-17474] Expand PartitionByKeys with constant keys via YtMap. Do not fuse ↵Andrey Neporada2024-01-1813-16/+298
| | | | | | | | | ops with JobCount setting (#1122) * [YQL-17474] Expand PartitionByKeys with constant keys via YtMap. Do not fuse ops with JobCount setting * switch to DisableOptimizers * switch to pragma
* fix use-after-free in TDummySnapshotContext IGNIETFERRO-2059 (#667)ubyte2024-01-181-2/+2
| | | Fix problem detected by clang's lifetime bound static analyzer.
* fix namings (#1131)ivanmorozov3332024-01-1811-43/+42
|
* KIKIMR-20714: Удаляем LongTxService grpc (#1124)Олег2024-01-1844-959/+0
| | | | | | | | | | | | | | | | | * KIKIMR-20714 Удаляем LongTxService в тестах * fix tests * Remove test DropColumnOldScheme * KIKIMR-20714: Удаляем LongTxService grpc * fix build * fix tests * fix build * another fix build
* Report status for static group (#1116)Alexander Rutkovsky2024-01-184-18/+69
|
* YQL-16252, YQL-16623: fix set_config (#1121)Александр Новожилов2024-01-181-0/+1
|
* (refactoring) Move TSchemeCacheHelpers to core/tx/scheme_cache KIKIMR-20673 ↵Ilnaz Nizametdinov2024-01-185-98/+117
| | | | (#1123)
* Add GLOBAL for udf service files (#1106)Roman Udovichenko2024-01-184-3/+4
|
* YDB-2321 Refactor IP UDF to use supported ipmath library (#618)Vadim Averin2024-01-185-54/+177
| | | | | | | | | | | | | | | | | | | * Apply patch with changes * Add & canonize some tests * More refactoring * Final cleanup * Apply patch with changes * Add & canonize some tests * More refactoring * Final cleanup * Add explicit dependencies on library/cpp/ipv6_address
* Add result checking function in arrow_ut.cpp (#1109)kinash-varvara2024-01-181-32/+29
|
* KIKIMR-20009: fix race condition on blobs removing (#1118)ivanmorozov3332024-01-1813-31/+43
|
* YQ-2630: fix and support detalization for v1 (#1016)Egor Zudin2024-01-1810-76/+123
| | | * also support multiple graphs, move test data to resources
* Skip empty description in pr_labels.yaml workflow (#1117)Ivan Blinkov2024-01-181-1/+2
|
* Fix typo in TPC-DS query (#1125)Alexey Ozeritskiy2024-01-181-1/+1
|
* Enchanced VDisk & PDisk traces (#864)Oleg Shatov2024-01-1813-68/+233
|
* Library import 8 (#1074)AlexSm2024-01-18850-27547/+50346
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* Implemented RemoteTopicReader KIKIMR-20306 (#1093)Ilnaz Nizametdinov2024-01-189-0/+377
|
* Fix possible node crash in case of unavaliable response (#1107)Daniil Cherednik2024-01-183-3/+9
| | | | | | during refresh token process. The GrpcRequestProxy Unavaliable method should not be used from rpc actors. The interface will be isolated in a future.
* Add block reader over file (#1097)Александр Новожилов2024-01-181-0/+18
|
* add limits for simultaneous compaction (#1096)ivanmorozov3332024-01-182-1/+3
| | | | | * add limits for simultaneous compaction * fix build