aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [yql] Fix validate execution for result providerudovichenko-r2023-08-221-1/+1
| | | | YQL-16351
* Mark contrib/libs/libtiff licenses as REQUIRE_CITATIONthegeorg2023-08-221-2/+2
| | | | | | | For the texts see * https://spdx.org/licenses/libtiff * https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/bsla.LICENSE
* KIKIMR-17302 Ignore bad serials, log them, monitor themsenya0x5f2023-08-228-9/+253
|
* Return OVERLOADED status on queue overflow KIKIMR-19080ilnaz2023-08-222-1/+2
|
* Add estimatedDiskTimeConsumption metrics to dsproxy on node, KIKIMR-17759serg-belyakov2023-08-2213-48/+126
| | | | Add estimatedDiskTimeConsumption to dsproxy on node
* [yql] fix styleudovichenko-r2023-08-221-6/+10
|
* Green yqv2-dev SLIauzhegov2023-08-2213-221/+519
| | | | Initial implementation
* Extract asmlib manipulations into separate blockthegeorg2023-08-2249-9332/+9
|
* Add pragma CompactGroupByaneporada2023-08-225-4/+50
|
* Move LICENSE_RESTRICTION's to ydb/opensource.incthegeorg2023-08-223-21/+14
| | | | Хочу добавить `LICENSE_RESTRICTION_EXCEPTIONS(contrib/libs/t1ha)` во все модули внутри ydb.
* Propose PDisk metadata vault interface KIKIMR-19031alexvru2023-08-224-0/+51
|
* KIKIMR-18756: ExternalTable/ExternalSource version checkandrewproni2023-08-2210-15/+211
|
* Move Qhull license to REQUIRE_CITATION categorythegeorg2023-08-221-1/+1
| | | | The text can be read [here](https://arcanum.yandex-team.ru/arcadia/contrib/libs/qhull/COPYING.txt).
* check fill generation in drop volume transaction in schemeshardgayurgin2023-08-227-14/+118
|
* Intermediate changesrobot-piglet2023-08-221-0/+4
|
* KIKIMR-17960: Create temp table and remove by close sessionshumkovnd2023-08-2255-76/+635
|
* Consider Softsurfer license as permissivethegeorg2023-08-221-3/+3
| | | | | | | | | | ``` This code may be freely used and modified for any purpose providing that this copyright notice is included with it. Copyright holder makes no warranty for this code, and cannot be held liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application. ```
* Always use common +-1 major rule, KIKIMR-15989serg-belyakov2023-08-222-103/+59
| | | | Always use common compatibility rule
* KIKIMR-18845 Cut keys fix PrevPageLastKey keep page datakungasc2023-08-222-9/+63
|
* Use thread safe randomkungasc2023-08-223-11/+7
|
* [ut] fix dq integration tests with asanudovichenko-r2023-08-221-12/+24
| | | | YQL-16359
* YQL-16107: fix empty TMaybe dereferencingmrlolthe1st2023-08-221-2/+2
| | | | YQL-16107: fix empty TMaybe dereferencing
* [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
|