summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ut] fix epoch testsudovichenko-r2023-08-221-51/+51
| | | | YQL-16359
* KIKIMR-18995: Drop table if existsqrort2023-08-227-14/+84
|
* Drop Assumes on peephole final stage.a-romanov2023-08-221-2/+5
|
* Correctly handle nameservice config with MinDynamicNodeId <= ↵serg-belyakov2023-08-221-2/+2
| | | | | | MaxStaticNodeId, KIKIMR-19103 Correctly handle config with MinDynamicNodeId <= MaxStaticNodeId
* Make libclang.rt_profile depends on sources againhiddenpath2023-08-225-8/+110
|
* KIKIMR-19091: prepare reusing timeout actorivanmorozov2023-08-2213-36/+53
|
* vite: MVP (Result of research)khoden2023-08-222-0/+60
| | | | | | Обеспечена успешная сборка dummy для простого Реакт-приложения, созданного командой `pnpm create vite` Реализована практически 100% копипастой реализации для webpack
* Serialize at least one line when uploading using import-data KIKIMR-19108ilnaz2023-08-221-2/+2
|
* pessimize tablets with frequent restarts in boot queue KIKIMR-15303zalyalov2023-08-226-4/+20
|
* Add exec flag to test run scriptalexv-smirnov2023-08-211-0/+0
|
* add stat service for tests KIKIMR-18323monster2023-08-211-0/+9
|
* Removed unused import, which caused warningArina Smirnova2023-08-211-1/+0
| | | | | | Removed unused import, which caused warning Pull Request resolved: #339
* YT-19555: Refactoring using Allocation tags for MemoryTagni-stoiko2023-08-218-50/+45
| | | | | | | | Fix style issues in unit-tests Refactoring TraceContext Minor style fixes
* Rework status handling in TableClient::ReadRows KIKIMR-18970va-kuznecov2023-08-211-6/+6
|
* Pass S3 read ranges in explicit field, not TaskParamshor9112023-08-2126-35/+112
| | | | | | | | Сейчас при чтении из S3 в момент компиляции происходит чтение бакета и разбиение его содержимого на так называемые ranges, которые в закодированном текстовом виде передаются в CA, а потом и в S3 Source через TaskParams. Так как TaskParams это KV, то можно передать не более одного range per task. Выношу эту информацию в отдельное поле, ReadRanges, которое repeated, то есть в 1 таску можно передать несколько ranges не выполняя перекодирования. Это все нужно чтобы при запуске графа, имея на руках N ranges, создавать для чтения не строго N тасок (как сейчас, то есть 1 task per range), а K <= N (то есть в таску может быть передано более 1 ranges). В конечном итоге (это будет другой PR) мы будем генерировать какое-то разумно большое количество ranges (положим 100), но для чтения будем создавать по 1-2 таске per node, дабы избежать излишнего потребления ресурсов кластера (1 таска отлично обрабатывает параллельные загрузки)
* Change "config.yaml"max422023-08-211-0/+26
|
* YQL-16185 switch to new TYtDependencyUpdater by defaultzverevgeny2023-08-211-1/+1
|
* support column tables in statistics KIKIMR-18323monster2023-08-211-7/+20
|
* [dq] Short partition error messageudovichenko-r2023-08-213-11/+15
| | | | YQL-16107
* make has method constjansenin2023-08-212-2/+2
|
* Add yt into autobuildaozeritsky2023-08-21904-11/+166452
|
* KIKIMR-19092: simple compaction and optimizer for intervals correctionivanmorozov2023-08-2125-0/+851
|
* YDB SDK Sync from gitrobot-kikimr-dev2023-08-215-15/+14
|
* CURRENT_TIMESTAMPvvvv2023-08-211-0/+36
| | | | без теста, т.к. выхлоп зависит от времени
* Change "muted_test.txt"alexv-smirnov2023-08-211-2/+0
|
* Check queue overflow for direct ops KIKIMR-19080ilnaz2023-08-212-25/+63
|
* YQL-16350 Fix hybrid check.a-romanov2023-08-211-2/+2
|
* Change "muted_test.txt"alexv-smirnov2023-08-211-0/+1
|
* Intermediate changesrobot-piglet2023-08-211-1/+49
|
* ,support reading from bindings in v2, pg syntaxuzhas2023-08-211-4/+28
|
* YQL-16222 Limit tokens forbidden as hints and windowzverevgeny2023-08-211-0/+21
|
* Create yaml validation frameworkjansenin2023-08-2131-0/+2397
| | | | | | | | fix some comments and rename GeneralData_ to GeneralDataPtr_ Finished validator builders and made it compile, wrote little test Added CommonBuilderOps and TGeneralBuilder methods
* add option to continue booting tablets when a node hits MaxTabletsScheduled ↵zalyalov2023-08-214-2/+47
| | | | KIKIMR-18947
* Rename some CompatibilityInfo fields, KIKIMR-15989serg-belyakov2023-08-217-342/+342
| | | | Rename Build->Application, YdbVersion->Version
* KIKIMR-19091: portions as shared_ptr for reuse in future safetyivanmorozov2023-08-214-80/+85
|
* Stop defining XOPEN_SOURCE on iOSthegeorg2023-08-211-3/+0
|
* Implement batch limits in ReadTable KIKIMR-16827va-kuznecov2023-08-219-4/+141
|
* Revert commit rXXXXXX, Automatic release build for ya_bin3, ya_bin, ↵say2023-08-211-4/+4
| | | | test_tool, test_tool3
* Retry error at final stage properly KIKIMR-19094ilnaz2023-08-214-8/+98
|
* Inf MaxCountInPartition KIKIMR-19030ilnaz2023-08-211-0/+1
|
* KIKIMR-19091: correct blobs construction for restore and simple merge. ↵ivanmorozov2023-08-2123-249/+502
| | | | provide settings into splitter
* Add read and write device performance estimations for different device ↵serg-belyakov2023-08-215-35/+127
| | | | | | types, KIKIMR-18896 Add distinct read and write SectorMap performance limitations
* Suppress ordered input of DqJoin.a-romanov2023-08-213-0/+49
|
* Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3robot-ya-builder2023-08-211-4/+4
| | | | | | | | | From hash: [7c6485daf1fef90f5ef1b49436fbc2f94b1ed01f](https://a.yandex-team.ru/arcadia/commit/7c6485daf1fef90f5ef1b49436fbc2f94b1ed01f) From revision: [12215802](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=210) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, ya_bin, test_tool, test_tool3
* Automatic release build for ymakerobot-ya-builder2023-08-211-5/+5
| | | | | | | | | From hash: [2e132f07231db4994a1e5784e8001c39a5e89317](https://a.yandex-team.ru/arcadia/commit/2e132f07231db4994a1e5784e8001c39a5e89317) From revision: [12204639](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-ymake&version=103) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake
* YQL-16308 move IsBoolLike to a common placezverevgeny2023-08-213-19/+16
|
* Update contrib/restricted/abseil-cpp-tstring to 20230802.0thegeorg2023-08-21197-4184/+6161
|
* (no commit message)pg2023-08-202-7/+7
|
* KIKIMR-19091: move files for common module reuse in futureivanmorozov2023-08-2026-84/+200
|
* KIKIMR-19093: fields may be not initialized through old store methodivanmorozov2023-08-205-13/+44
|