Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add log macros | ivanmorozov | 2023-10-20 | 2 | -5/+24 |
| | |||||
* | Refactoring TTimeOrderRecover | kardymon-d | 2023-10-20 | 1 | -59/+59 |
| | | | | Move TState to TTimeOrderRecover | ||||
* | YQ Connector:splitting data stream on the server side | vitalyisaev | 2023-10-20 | 22 | -332/+944 |
| | | | | | | | 1. Поток данных из SQL источника разбивается на блоки (pages). Основная логика в [этом файле](https://a.yandex-team.ru/review/4701354/files/1#file-ydb/library/yql/providers/generic/connector/app/server/streamer.go). Новый блок выделяется каждые 10000 строк (это поведение будет усовершенствовано в отдельном тикете). 2. Некоторые файлы перемещены из utils в paging для того, чтобы utils не превращался в свалку. 3. Удалены более неактуальные интеграционные тесты на ограничение количества прочитанных строк. 4. Опционально запускается HTTP-сервер с профилировщиком рантайма. | ||||
* | Increase SPLIT_FACTOR() KIKIMR-19675 | ilnaz | 2023-10-20 | 10 | -10/+10 |
| | |||||
* | YQL-16880 moved protobuf udf | vvvv | 2023-10-20 | 82 | -2/+1567 |
| | |||||
* | Remove 'runtime' from TEventObserver | azevaykin | 2023-10-20 | 83 | -363/+342 |
| | |||||
* | KIKIMR-19211: buckets optimizer | ivanmorozov | 2023-10-20 | 18 | -3/+1381 |
| | |||||
* | Additional checks & tests KIKIMR-15401 | ilnaz | 2023-10-20 | 6 | -91/+126 |
| | |||||
* | created_at and last_access_at columns have been added for compute_database ↵ | hcpp | 2023-10-20 | 5 | -3/+47 |
| | | | | column | ||||
* | Adaptive fetch | amikish | 2023-10-20 | 1 | -0/+2 |
| | |||||
* | KIKIMR-19211: correct buckets splitting on indexation throught optimizer | ivanmorozov | 2023-10-20 | 8 | -55/+116 |
| | |||||
* | YQ Connector:support PostgreSQL schema | tsmax2004 | 2023-10-20 | 13 | -68/+393 |
| | | | | [YQ] Add schema for PostgreSQL | ||||
* | KIKIMR-19788:correct condition for first indexation start | ivanmorozov | 2023-10-20 | 5 | -17/+21 |
| | |||||
* | Fix typing in PgAgg with EmitAggApply enabled | marsaly | 2023-10-20 | 3 | -47/+39 |
| | | | | Fixed typing in PgAgg with EmitAggApply | ||||
* | add EnableStatistics feature flag KIKIMR-18323 | monster | 2023-10-20 | 5 | -11/+61 |
| | |||||
* | Change default metering mode of the topic to request units | tesseract | 2023-10-20 | 2 | -6/+13 |
| | |||||
* | Require iOS 13.0 in ya make builds | thegeorg | 2023-10-20 | 1 | -9/+1 |
| | | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29463). | ||||
* | Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3 | robot-ya-builder | 2023-10-20 | 3 | -24/+24 |
| | | | | | | | | | From hash: [821b577696737a2af426860f43ceb04432771ed1](https://a.yandex-team.ru/arcadia/commit/821b577696737a2af426860f43ceb04432771ed1) From revision: [12720401](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=262) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3 | ||||
* | force stable order of object files for devtools/ya/build/tests/fakeid test | snermolaev | 2023-10-20 | 1 | -1/+1 |
| | |||||
* | fix for assigning seqno | alexnick | 2023-10-20 | 6 | -128/+171 |
| | | | | fix for assigning seqno | ||||
* | Add DEFAULT_JDK_VERSION(), a.k.a. overridable JDK_VERSION() | vpozdyayev | 2023-10-20 | 1 | -0/+9 |
| | | | | Делаем через `_SET_FIRST_VALUE()`, разборки с `.EPILOGUE` оставим на случай обнаружения реальных проблем. Повторные вызовы `DEFAULT_JDK_VERSION()` отрабатывают достаточно ожидаемым образом, обновляя значение `JDK_REAL_VERSION`. | ||||
* | Update contrib/python/botocore/py3 to 1.31.61 | robot-contrib | 2023-10-20 | 403 | -330/+1757 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.61 | robot-contrib | 2023-10-20 | 3 | -4/+4 |
| | |||||
* | Create partition actors lazily KIKIMR-19779 | ilnaz | 2023-10-19 | 4 | -19/+118 |
| | |||||
* | Import 18 May 2022 4d8268fbf4cd30d39530622b7f1dc487122b4f3c | mikhnenko | 2023-10-19 | 8 | -180/+437 |
| | |||||
* | Fixed output of "Using auth token from default token file" in non-verbose mode | Bulat Gayazov | 2023-10-19 | 1 | -1/+1 |
| | | | | | | Fixed output of "Using auth token from default token file" in non-verbose mode Pull Request resolved: https://github.com/ydb-platform/ydb/pull/402 | ||||
* | [devtools/ya] Support BENCHMARK_OPTS macro | prettyboy | 2023-10-19 | 2 | -2/+20 |
| | |||||
* | KIKIMR-19736: Increase log chunks limit if start with no free chunks | robdrynkin | 2023-10-19 | 5 | -7/+48 |
| | |||||
* | Recreate gone cdc actors if version was not changed KIKIMR-19778 | ilnaz | 2023-10-19 | 1 | -10/+30 |
| | |||||
* | KIKIMR-17274: Fix readonly vdisk log writes | robdrynkin | 2023-10-19 | 10 | -19/+90 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-19 | 2 | -7/+5 |
| | |||||
* | Update contrib/python/traitlets/py3 to 5.11.2 | robot-contrib | 2023-10-19 | 61 | -226/+4480 |
| | |||||
* | Fix tsan symbols | vvvv | 2023-10-19 | 1 | -0/+2 |
| | |||||
* | Fix JDK21 for macos | pazus | 2023-10-19 | 1 | -2/+2 |
| | | | | Temurin packages macos jdk in Content/Home/... but build system expects `bin/javac` as path to comiler | ||||
* | Intermediate changes | robot-piglet | 2023-10-19 | 1 | -14/+14 |
| | |||||
* | YQL-16867 keep size of allocated block | vvvv | 2023-10-19 | 6 | -46/+63 |
| | |||||
* | Import Temurin JDK21 | pazus | 2023-10-19 | 5 | -2/+67 |
| | |||||
* | make stable order of pdisks, vdisks and tablets KIKIMR-19773 | xenoxeno | 2023-10-19 | 1 | -0/+25 |
| | |||||
* | New DQ statistics | hor911 | 2023-10-19 | 94 | -1631/+2821 |
| | | | | | | | 1. Выравниваю уровни KQP и DQ - добавляю DQ_STATS_MODE_FULL 2. При запуске графа DQ (TDqExecuter) можно указать требуемый уровень сбора статистики (сейчас он почти всегда PROFILE) 3. Унифицирую метрики всех входов и выходов TaskRunner по (1) трафику и (2) таймингам 4. Оптимизирую собираемую статистику исходя из концепции: NONE - нет вообще, BASIC - per query/graph, FULL - агрегированная per stage, PROFILE - исходные метрики от каждой task | ||||
* | Remove parse format VERIFY, KIKIMR-19754 | serg-belyakov | 2023-10-19 | 1 | -1/+1 |
| | | | | Remove parse format VERIFY | ||||
* | fixed coverity issue: Structurally dead code | uzhas | 2023-10-19 | 1 | -12/+0 |
| | |||||
* | KIKIMR-19745: add validation between transactions | ivanmorozov | 2023-10-19 | 1 | -0/+10 |
| | |||||
* | YQL-16876 Copy constraints in case of trivial merge, more places. | a-romanov | 2023-10-19 | 1 | -2/+2 |
| | |||||
* | class instead of struct (often mistake in predeclaration) | ivanmorozov | 2023-10-19 | 4 | -4/+4 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.60 | robot-contrib | 2023-10-19 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.60 | robot-contrib | 2023-10-19 | 404 | -10/+13648 |
| | |||||
* | Change delivery lag KIKIMR-19368 | ilnaz | 2023-10-18 | 3 | -6/+31 |
| | |||||
* | KIKIMR-16538: Add SelectNoAsciiValue test | shumkovnd | 2023-10-18 | 1 | -0/+29 |
| | |||||
* | KIKIMR-19213: reading actor interface correction, remove composite flag ↵ | ivanmorozov | 2023-10-18 | 29 | -244/+244 |
| | | | | (will move into normalizer) | ||||
* | YT-20192: Add new Secondary Index object to YT master | sabdenovch | 2023-10-18 | 4 | -1/+5 |
| | | | | Создал новый тип объекта - вторичный индекс + апи. Нет проверки на легальность схемы. |