summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update ktlint 0.50.0 and temporary disable it on failed modulesthevery2023-09-031-1/+1
| | | | | | | | В этом пуллреквесте я обновил ktlint до 0.50.0 и отключил его в упавших модулях. Обратно будем включать отдельными пулл-реквестами. This PR bumps ktlint to 0.50.0 and disables broken modules. We'll enable it back in separate pull requests.
* Fix AsScalar for nested optionalsaneporada2023-09-031-7/+13
| | | | initial
* KIKIMR-19093: code for general compaction withno unpack all portions in timeivanmorozov2023-09-0319-164/+692
|
* Allow compatibility between non-stable versions of different applications, ↵serg-belyakov2023-09-033-20/+47
| | | | | | | | KIKIMR-19228 Fix PDisk UT Allow compatibility between non-stable versions of different applications
* Add SuppressCompatibilityCheck flag to BlobStorage components, KIKIMR-19203serg-belyakov2023-09-0311-50/+107
| | | | Add SuppressCompatibilityCheck to PDisk, VDisk and BSC
* Intermediate changesrobot-piglet2023-09-03263-43852/+10
|
* Using S3GatewayConfig in KqpHostandrewproni2023-09-026-22/+20
|
* YT-19430: Add arrow writernadya022023-09-02283-0/+47077
| | | | Add arrow writer
* KIKIMR-19093: use interfaces for splitting algorithmsivanmorozov2023-09-0252-674/+1251
| | | | dont use hard metrics in granules for statistic construction (additive only)
* Put contrib/libs/jdk under yamaker and update it to 22+10thegeorg2023-09-029-152/+241
|
* Should use NullType instead of Nullaneporada2023-09-021-1/+1
| | | | initial
* [library/python/testing/yatest_common/yatest/common/process] Reduce noise ↵prettyboy2023-09-021-0/+3
| | | | from coredump_filter
* KIKIMR-19213: use non-granules-usage read operatorivanmorozov2023-09-0233-192/+1552
|
* fix dependence on canondata for PY23_TESTsnermolaev2023-09-021-3/+8
|
* Update contrib/libs/re2 to 2023-09-01robot-contrib2023-09-027-25/+42
|
* Properly unpoison data generated by getrandom syscallthegeorg2023-09-014-0/+16
|
* Update contrib/restricted/google/benchmark to 1.8.3robot-contrib2023-09-0110-61/+112
|
* Moved tests for most of OSS udfsvvvv2023-09-01476-0/+40776
|
* fix build on win, integer overflow for i64zverevgeny2023-09-011-2/+4
|
* Stylingbabenko2023-09-011-1/+1
|
* update docs devslicesapkobzev2023-09-011-0/+2
|
* ci: better yunit/gtest log findingnkozlovskiy2023-09-011-7/+13
|
* fix pathsvvvv2023-09-011-2/+2
| | | | Note: mandatory check (NEED_CHECK) was skipped
* Set empty revision for testsaozeritsky2023-09-012-2/+5
|
* YQL-16325 MATCH_RECOGNIZE, pass defines & pattern to computationzverevgeny2023-09-0132-115/+652
|
* Permission paramsauzhegov2023-09-014-12/+17
|
* fix build on win, unqualified friend class declarationzverevgeny2023-09-014-4/+5
|
* pg and ch fq proxyhcpp2023-09-0113-141/+354
|
* YQL-16442 Silent get common type for union all.a-romanov2023-09-013-38/+47
|
* KIKIMR-19213: fix testivanmorozov2023-09-012-7/+6
|
* Moved devtools/nofuzz to library/cpp/testing/nofuzzprettyboy2023-09-013-1/+43
|
* Cosmetics arrow encodernadya022023-09-011-7/+7
| | | | Cosmetics
* KIKIMR-19081 Update pagination app linksalexandr2682023-09-012-2/+2
|
* Fix for fetch token in S3ApplicatorActorandrewproni2023-09-012-4/+10
|
* [devtools/contrib/piglet/projects/ydb/config.yaml] Setup opensource version ↵prettyboy2023-09-015-1/+584
| | | | of ya make in ydb's github repo
* check exception handlinghcpp2023-09-011-1/+9
|
* allow literal nullsssmike2023-09-0156-315/+256
|
* Kafka metrics error codes as stringsavnik2023-09-016-6/+58
|
* [yql] Stable plan after finalyzing optsudovichenko-r2023-09-014-52/+54
| | | | YQL-16453
* Intermediate changesrobot-piglet2023-09-011-464/+0
|
* Polish testaozeritsky2023-09-011-3/+3
|
* KIKIMR-19213: reading through interfaceivanmorozov2023-09-0141-368/+676
|
* new data source properties have been addedhcpp2023-09-0121-41/+172
|
* KIKIMR-18656: Generate WithContext node for aggregatesqrort2023-09-012-0/+44
|
* Intermediate changesrobot-piglet2023-09-012-0/+9
|
* YQ Connector: initialize Federated Query clients and actors in KQPvitalyisaev2023-09-01108-401/+970
| | | | | | 1. Появилась папка `ydb/core/kqp/federated_query`, где инкапсулировано всё необходимое для запуска Federated Query в KQP - HTTP и GRPC клиенты, там же создаются служебные акторы, такие как `DatabaseResolver` 2. Переходим на использование `TQueryServiceConfig`. Туда же перенесена ещё пара параметров из `FederatedQueryConfig`. 3. Юнит-тесты на S3 отрефакторены, выделена общая часть, которая будет использоваться в юнит-тестах на Generic провайдер.
* Intermediate changesrobot-piglet2023-09-0127-47/+568
|
* Fixed exception messages about VarUint/VarInt unpackkshalnev2023-09-011-2/+2
|
* Workaround problems with nullptrs in BlockCompress::FetchValuesaneporada2023-09-011-5/+1
|
* Fixed interactive cli windows buildBulat Gayazov2023-09-018-31/+18
| | | | | | Fixed interactive cli windows build Pull Request resolved: #347