summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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