aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import libraries 250521-1607Alexander Smirnov2025-05-211-1/+1
|
* Merge branch 'rightlib' into merge-libs-250521-1607Alexander Smirnov2025-05-21482-11424/+38042
|\
| * Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by defaultbuyval012025-05-211-1/+1
| | | | | | | | commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
| * [kafka] YT-25055: Support topic creation in Metadata handlernadya732025-05-212-50/+103
| | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: kafka-proxy Enable topic creation in the Metadata handler and improve handling of an empty topic list. Allow null values and null keys in the Records format commit_hash:77b418598177c1b38973823943731257a98d1e55
| * Fix use-after-moveaneporada2025-05-211-2/+6
| | | | | | | | commit_hash:deecd542641807d9f8e1414dc1658d159bb0f963
| * Intermediate changesrobot-piglet2025-05-211-3/+2
| | | | | | | | commit_hash:4903e436010763cd61b16b226465a1485d107862
| * Fix parsing INDEX GLOBAL (SYNC|ASYNC)Vasily Gerasimov2025-05-212-10/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: yql Fix parsing unique index type. There was an error that, if not specified explicitly (SYNC or ASYNC), index type remained with the default value GLOBAL SYNC, despite that it was explicitly specified as UNIQUE in query. https://github.com/ydb-platform/ydb/issues/17885 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1287 commit_hash:60de1b723fb1229f2197087fe21db67c72ccbd13
| * Revert contrib/libs/grpc back to using c-ares DNS resolverthegeorg2025-05-212-12/+1
| | | | | | | | commit_hash:4b6bd3950bb08a92d9c87ff377f21d40ad321280
| * YT-24943: Parser for short type notation implementedsabdenovch2025-05-216-61/+698
| | | | | | | | commit_hash:d82e8ca36682e9d42f95178ac93b69f913b9d14a
| * Intermediate changesrobot-piglet2025-05-217-19/+37
| | | | | | | | commit_hash:8a49e0ee63428d74bcd80fe804b8bb1b7c066a89
| * fix(conf): importers can have keys other then dependencieszaverden2025-05-201-1/+4
| | | | | | | | commit_hash:67e03f3141acec0e9767fe74135d1afe760d84d2
| * YQL-19974 fixed handling error type in UnionAllvvvv2025-05-205-3/+51
| | | | | | | | commit_hash:9aaecf82f8c99c7576eedbfc43572a8722ea774d
| * YT-25104: Switch to new retryful writer by defaulthiddenpath2025-05-201-1/+1
| | | | | | | | commit_hash:f3ff128095511d3566e4895001e0fd899acaeb07
| * YQL-19967: Fix codegen for args slot addressingimunkin2025-05-201-1/+2
| | | | | | | | | | Follows up e13229863b189b9ad804f0c6772204399430179e commit_hash:6a78a1a14d0ce96fdbbac9b97f0a2f1c8764b59b
| * Intermediate changesrobot-piglet2025-05-201-4/+5
| | | | | | | | commit_hash:9fbd7de8eb1a2cfe9b9d54ee798c19248180c78d
| * Move more checks to the inlined part of IsLevelEnabledbabenko2025-05-203-24/+20
| | | | | | | | commit_hash:ad986b1f46f36765b3d80b8e527b1f25ad966d42
| * YT-25104: Align new writer behaviour with the oldest oneshiddenpath2025-05-203-2/+6
| | | | | | | | commit_hash:a33872f7bf427339504d82c86c97504eb38757d9
| * Refactor TConfSettinganeporada2025-05-203-227/+301
| | | | | | | | commit_hash:2ca0a7e131758036bd15ba9e58dce176b9eff6c9
| * YQL-19747: Recover from unclosed ID_QUOTEDvityaman2025-05-205-7/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The simplest solution actually is an SQL injection. --- - Related to `YQL-19747` - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/ydb-platform/ydb/pull/18146 - Related to https://github.com/vityaman/ydb/issues/46 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1283 commit_hash:7043e7cdd1e0d378926783d31cf5f8e055393aaa
| * YQL-19747: Support USE statementvityaman2025-05-2014-16/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce global analysis which will be extended with more ParseTree analysis later. --- - Related to `YQL-19747` - Related to https://github.com/vityaman/ydb/issues/40 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1281 commit_hash:848fb3fdd6bc9612769c47d66198fca018ff465f
| * Intermediate changesrobot-piglet2025-05-203-78/+1004
| | | | | | | | commit_hash:6d9d4afb906e7c43e37ca1a135bbe8d1059f19d1
| * Add counter for wasted memory from TPagedBuffer in profiling modeilezhankin2025-05-202-14/+48
| | | | | | | | | | Пример графика с тестового кластера: <https://nda.ya.ru/t/RdGCM06J7EGx4P> commit_hash:4cf9981cc6d7541487678a189386e8e7f091811d
| * YQL-19967: Properly handle signatures with run configimunkin2025-05-203-16/+259
| | | | | | | | commit_hash:e13229863b189b9ad804f0c6772204399430179e
| * Intermediate changesrobot-piglet2025-05-207-14/+66
| | | | | | | | commit_hash:ac53b6445d4c78c7724d2cedae353982d0fb8332
| * [build] Move PACKAGE_FINAL out of the multimodule to allow inheritancedeshevoy2025-05-201-19/+23
| | | | | | | | commit_hash:ada3d2aa3a0918a5cfea996b15bafdde559e60ec
| * Intermediate changesrobot-piglet2025-05-2015-13/+870
| | | | | | | | commit_hash:4518e1fc835bd128306da321c9c8a7578cfde09c
| * Delete get_ruff_configs from pluginalevitskii2025-05-201-9/+0
| | | | | | | | | | Delete get_ruff_configs from plugin commit_hash:1b26f3aefb621466c931f64226f480a02771d843
| * Intermediate changesrobot-piglet2025-05-203-11/+11
| | | | | | | | commit_hash:bd56a0bd0fbcf787bb946c427aeab26dec03e32a
| * Fix reimport for Cythonshadchin2025-05-209-68/+25
| | | | | | | | commit_hash:42f70df990e2d7ee884e3992b246bc66e8374beb
| * get rid of sixsnermolaev2025-05-202-2/+1
| | | | | | | | commit_hash:b15cc006493a8cc498ed568935b939e12ef35b70
| * YT-22593: Migrate remaining medium names to std::stringbabenko2025-05-202-6/+6
| | | | | | | | commit_hash:857ad75eb6220bdb01862c10a0b9f1eccbff8ec7
| * YT-24485: Support extra gang jobspogorelov2025-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: controller-agent Support extra jobs for gang operations. Introduce gang ranks. commit_hash:1e27fe5d4e042d8ad3d981dfdab718ad41732924
| * Per-cluster pragmas yt.TmpFolder, yt.StaticPool, yt.CoreDumpPathaneporada2025-05-1912-52/+48
| | | | | | | | commit_hash:363a0eba3a792d5b3bc045acf9b5f5b61e5a914f
| * [contrib] abseil-cpp: Fix unbundling for cleanup and crcdeshevoy2025-05-198-5/+93
| | | | | | | | commit_hash:c10d05a8085223a0d0896b4a7bed412b1cd23dec
| * Small clearingcherepashka2025-05-191-0/+1
| | | | | | | | commit_hash:b6ac02b20a0b535213d0e5f83f98cb0b8c909b3c
| * Fix long path names in cross-compilation for windowssay2025-05-191-1/+1
| | | | | | | | commit_hash:88b6706d0f32805cd889e3eceaa33b89d7ac09d4
| * static constexpr auto& Logger -> constinit const auto Loggerbabenko2025-05-1962-62/+62
| | | | | | | | | | Constinit guarantees that Static Initialization Order Fiasco is impossible for global loggers commit_hash:9bcf2afb71e00c555e90cc61029acfa5dfd41cec
| * YQL-19747: Fix unquoted object path completionvityaman2025-05-194-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On `SELECT * FROM pn` it completed to `SELECT * FROM ppnv1`, but expected ``` SELECT * FROM `pnv1` ```. --- - Related to `YQL-19747` - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/vityaman/ydb/issues/44 - Related to https://github.com/ydb-platform/ydb/pull/18146 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1280 commit_hash:e937239fae7bf609bde6358b9b27c2b504c8ba32
| * YT-22593: Use std::string in TStringBuilderlukyan2025-05-193-7/+7
| | | | | | | | commit_hash:e1d1710ec1d2fa7407a292934f82f2e5804d1c2c
| * YQL-19616: Fix TRegexLexer performancevityaman2025-05-1910-86/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `TRegexLexer` performance. Now it is just 2 times slower than a reference ANTLR implementation on Release mode, so merged regexes are 3 times better than scan&compare. ![image](https://github.com/user-attachments/assets/4e0cb27a-491d-4dbd-b10a-5725ffa6d902) --- - Related to `YQL-19616` - Related to https://github.com/ydb-platform/ydb/issues/15129 - Related to https://github.com/vityaman/ydb/issues/42 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1278 commit_hash:1529f641172fea13f0d33fbfd06a4827c6efde01
| * cudnn-9 as default for CUDA12 configurationnechda2025-05-191-1/+1
| | | | | | | | commit_hash:4132e1f4956e83a9352e7f66b7b8490fa248aae5
| * YT-22593: Migrate more user names and tags to std::stringbabenko2025-05-1912-51/+51
| | | | | | | | commit_hash:6053c7af03fde75447fa73dc2a552085f4263250
| * Automatic release build for ymake, os_ymakerobot-ya-builder2025-05-193-10/+20
| | | | | | | | | | Update tools: ymake, os_ymake commit_hash:3683b682e3362694a7bf3c5ae36a4662d38d45bc
| * Update Cython to 3.0.10.nik-bes2025-05-19282-10486/+33522
| | | | | | | | commit_hash:b43c96b868cd36d636192fd2c6024d9f0d2fb6f8
* | Sync main with rightlib (#18558)Maxim Yurchuk2025-05-218-116/+20
| |
* | Added recurse to ya make rbo tests (#18571)Pavel Velikhov2025-05-211-0/+1
| | | | | | Co-authored-by: Pavel Velikhov <pavelvelikhov@localhost.localdomain>
* | Test for all clauses of SELECT for all types (#17498)dennnniska2025-05-213-0/+433
| |
* | Fixed new linter errors in main (#18623)anton-bobkov2025-05-217-22/+22
| |
* | Compatibility tests for statistics: Followers & TLI (#18590)azevaykin2025-05-212-0/+184
| |
* | Add cluster state switching command (#18593)Alexander Rutkovsky2025-05-2114-10/+107
| |