Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KIKIMR-19019: Fix split | nsofya | 2023-08-11 | 1 | -3/+3 |
| | |||||
* | [build/ymake.core.conf] Added $TOOLCHAIN_ENV to the macro _SRC "S" | prettyboy | 2023-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | на примере узла voicetech/spotter/embedded/contrib/libtask/asm.S.o было: ``` "env": { "ARCADIA_ROOT_DISTBUILD": "$(SOURCE_ROOT)" }, ``` стало: ``` "env": { "ARCADIA_ROOT_DISTBUILD": "$(SOURCE_ROOT)", "CPATH": "", "DYLD_LIBRARY_PATH": "$()/lib:$(OS_SDK_ROOT-sbr:1966560555)/usr/lib/x86_64-linux-gnu", "LD_LIBRARY_PATH": "$()/lib:$(OS_SDK_ROOT-sbr:1966560555)/usr/lib/x86_64-linux-gnu", "LIBRARY_PATH": "", "SDKROOT": "" }, ``` | ||||
* | [yt provider] Fix `YtMerge! has different input/output native YT types` error | udovichenko-r | 2023-08-11 | 1 | -7/+0 |
| | | | | YQL-16290 | ||||
* | Change "muted_functest.txt" | alexv-smirnov | 2023-08-11 | 1 | -1/+4 |
| | |||||
* | Optimization: turn off profile counters by default | aozeritsky | 2023-08-11 | 8 | -2/+75 |
| | |||||
* | Change "muted_shard.txt" | alexv-smirnov | 2023-08-11 | 1 | -0/+1 |
| | |||||
* | Change "muted_test.txt" | alexv-smirnov | 2023-08-11 | 1 | -0/+6 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-11 | 2 | -6/+5 |
| | |||||
* | (no commit message) | abcdef | 2023-08-11 | 3 | -4/+9 |
| | |||||
* | fixed 'Query failed with code UNSPECIFIED' | grigoriypisar | 2023-08-11 | 1 | -1/+1 |
| | | | | TLI fixed | ||||
* | KIKIMR-18932: additional helpers for print debug info | ivanmorozov | 2023-08-11 | 6 | -0/+35 |
| | |||||
* | KIKIMR-18932: split portion file for meta/portion and with_blobs in future | ivanmorozov | 2023-08-11 | 12 | -148/+188 |
| | |||||
* | YQL-16280: hotfix | mrlolthe1st | 2023-08-11 | 1 | -3/+2 |
| | | | | hotfix | ||||
* | Intermediate changes | robot-piglet | 2023-08-11 | 2 | -0/+9 |
| | |||||
* | Acklowledge patch unacceptance | thegeorg | 2023-08-11 | 2 | -9/+9 |
| | | | | Upstreamed in https://github.com/google/googletest/pull/4327, but was not accepted by the maintainers. | ||||
* | YQL-16186 enable paranthesis in row pattern | zverevgeny | 2023-08-11 | 5 | -52/+125 |
| | |||||
* | Improve TRawBatchRequest::CanonizeYPath | achulkov2 | 2023-08-11 | 1 | -7/+10 |
| | |||||
* | Change Result -> YdbResult in YMQ | makostrov | 2023-08-11 | 4 | -27/+32 |
| | | | | KIKIMR-17490 | ||||
* | Fixed aggregation of pg strings | vvvv | 2023-08-11 | 1 | -1/+1 |
| | |||||
* | Hack to prevent data race during concurrent IsPresortSupported call. ↵ | dcherednik | 2023-08-11 | 1 | -0/+3 |
| | | | | KIKIMR-19015 | ||||
* | Refactoring. Move common retry operation stuff out of table client. | dcherednik | 2023-08-11 | 22 | -83/+248 |
| | |||||
* | Kafka auth part 2 | savnik | 2023-08-11 | 14 | -132/+294 |
| | |||||
* | Do not use global readId in the kqp stream lookup actor. KIKIMR-19010 | dcherednik | 2023-08-11 | 1 | -2/+3 |
| | |||||
* | Update contrib/libs/flatbuffers to 23.5.9 | reshilkin | 2023-08-11 | 114 | -9535/+23128 |
| | |||||
* | KIKIMR-18909 Rework log cache usage | senya0x5f | 2023-08-11 | 11 | -109/+177 |
| | |||||
* | Fix a state detach race on slower coordinator restart KIKIMR-18580 | snaury | 2023-08-11 | 1 | -0/+3 |
| | |||||
* | Always initialize yatest lib for go | iaz1607 | 2023-08-11 | 6 | -0/+364 |
| | | | | | | @snermolaev предложил в тикете вынести инициализацию окружения в отдельный модуль и для каждого модуля импортировать его, чтобы не делать лишней работы. Но кажется, что при таком подходе, потом нужно будет либо повторно считывать и парсить контекстный файл, либо сохранять его контент внутри нового модуля и тоже заново парсить. Учитывая, что для инициализации переменных окружения нам все равно придется считать и распарсить контекстный файл, предлагаю оставить инициализацию как есть и вместе с переменными окружния, практически за бесплатно инициализировать весь контекст. | ||||
* | KIKIMR-19019: temporary fix before remove splitting into CS | ivanmorozov | 2023-08-11 | 4 | -2/+14 |
| | |||||
* | fix thread sanitizer panic | ivanmorozov | 2023-08-11 | 1 | -1/+14 |
| | |||||
* | Increase MaxReadSizePerQuery | auzhegov | 2023-08-11 | 1 | -0/+1 |
| | |||||
* | show hive warmup in developer web ui | zalyalov | 2023-08-11 | 3 | -3/+13 |
| | |||||
* | Check NodeId in TEvClientConnected | azevaykin | 2023-08-11 | 4 | -27/+46 |
| | |||||
* | External build system generator release 45 | robot-ya-builder | 2023-08-11 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
* | KIKIMR-18932: counters and stats usage for splitting | ivanmorozov | 2023-08-11 | 28 | -69/+422 |
| | |||||
* | Do not fail to initialize C++ job when user name is not provided in the ↵ | melkov | 2023-08-11 | 1 | -0/+4 |
| | | | | | | system for the job's user id * simply set the user name to 'u' + euid | ||||
* | (no commit message) | pg | 2023-08-11 | 1 | -1/+2 |
| | |||||
* | Fixed typo: static credentions | rnyazh | 2023-08-11 | 2 | -4/+4 |
| | | | | Fixed typo: static credentions | ||||
* | YT-19688: export exports.symlist to OS | max42 | 2023-08-11 | 2 | -1/+990 |
| | |||||
* | Update contrib/libs/xxhash to 0.8.2 | robot-contrib | 2023-08-11 | 7 | -1406/+3474 |
| | |||||
* | Rollback: rXXXXXX | robot-srch-releaser | 2023-08-11 | 1 | -2/+0 |
| | | | | | | | | [diff-resolver:chay-chitsd] Sandbox task: https://sandbox.yandex-team.ru/task/1874033895/view Task author: andrew-iv@ Description: пробуем откатить 12083786 для Note: mandatory check (NEED_CHECK) was skipped | ||||
* | Use more aggressive resizing when hash table is relatively small | aneporada | 2023-08-10 | 1 | -1/+9 |
| | | | | initial | ||||
* | YT-19688: Move mrjob to ydb/library/yql/tools | max42 | 2023-08-10 | 13 | -0/+285 |
| | |||||
* | YQL-16206 Fix sorted constraint by single item tuple. | a-romanov | 2023-08-10 | 5 | -50/+244 |
| | |||||
* | fix prewarm cache and docker build, also add ubuntu-toolchain-r/test … | Nikita Kozlovskiy | 2023-08-10 | 5 | -7/+14 |
| | | | | | | fix prewarm cache and docker build, also add ubuntu-toolchain-r/test … Pull Request resolved: #326 | ||||
* | TString: improve `operator+` rvalue overloads | ignatloskutov | 2023-08-10 | 1 | -2/+7 |
| | | | | The missing `(TCharType, TBasicString&&)` overload added, so no allocation is performed if the string has spare capacity. | ||||
* | fix usage for non NActors namespace using | ivanmorozov | 2023-08-10 | 1 | -1/+1 |
| | |||||
* | PR from branch users/makostrov/ydb_result_tx_datashard | makostrov | 2023-08-10 | 4 | -12/+13 |
| | |||||
* | KIKIMR-18932: splitting methods library | ivanmorozov | 2023-08-10 | 16 | -0/+809 |
| | |||||
* | fix bug with LastKey handling KIKIMR-18887 | gvit | 2023-08-10 | 2 | -0/+124 |
| | |||||
* | fix async_http_mon race | shmel1k | 2023-08-10 | 1 | -2/+2 |
| |