Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate changes | robot-piglet | 2023-08-22 | 1 | -0/+4 |
| | |||||
* | KIKIMR-17960: Create temp table and remove by close session | shumkovnd | 2023-08-22 | 55 | -76/+635 |
| | |||||
* | Consider Softsurfer license as permissive | thegeorg | 2023-08-22 | 1 | -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-15989 | serg-belyakov | 2023-08-22 | 2 | -103/+59 |
| | | | | Always use common compatibility rule | ||||
* | KIKIMR-18845 Cut keys fix PrevPageLastKey keep page data | kungasc | 2023-08-22 | 2 | -9/+63 |
| | |||||
* | Use thread safe random | kungasc | 2023-08-22 | 3 | -11/+7 |
| | |||||
* | [ut] fix dq integration tests with asan | udovichenko-r | 2023-08-22 | 1 | -12/+24 |
| | | | | YQL-16359 | ||||
* | YQL-16107: fix empty TMaybe dereferencing | mrlolthe1st | 2023-08-22 | 1 | -2/+2 |
| | | | | YQL-16107: fix empty TMaybe dereferencing | ||||
* | [ut] fix epoch tests | udovichenko-r | 2023-08-22 | 1 | -51/+51 |
| | | | | YQL-16359 | ||||
* | KIKIMR-18995: Drop table if exists | qrort | 2023-08-22 | 7 | -14/+84 |
| | |||||
* | Drop Assumes on peephole final stage. | a-romanov | 2023-08-22 | 1 | -2/+5 |
| | |||||
* | Correctly handle nameservice config with MinDynamicNodeId <= ↵ | serg-belyakov | 2023-08-22 | 1 | -2/+2 |
| | | | | | | MaxStaticNodeId, KIKIMR-19103 Correctly handle config with MinDynamicNodeId <= MaxStaticNodeId | ||||
* | Make libclang.rt_profile depends on sources again | hiddenpath | 2023-08-22 | 5 | -8/+110 |
| | |||||
* | KIKIMR-19091: prepare reusing timeout actor | ivanmorozov | 2023-08-22 | 13 | -36/+53 |
| | |||||
* | vite: MVP (Result of research) | khoden | 2023-08-22 | 2 | -0/+60 |
| | | | | | | Обеспечена успешная сборка dummy для простого Реакт-приложения, созданного командой `pnpm create vite` Реализована практически 100% копипастой реализации для webpack | ||||
* | Serialize at least one line when uploading using import-data KIKIMR-19108 | ilnaz | 2023-08-22 | 1 | -2/+2 |
| | |||||
* | pessimize tablets with frequent restarts in boot queue KIKIMR-15303 | zalyalov | 2023-08-22 | 6 | -4/+20 |
| | |||||
* | Add exec flag to test run script | alexv-smirnov | 2023-08-21 | 1 | -0/+0 |
| | |||||
* | add stat service for tests KIKIMR-18323 | monster | 2023-08-21 | 1 | -0/+9 |
| | |||||
* | Removed unused import, which caused warning | Arina Smirnova | 2023-08-21 | 1 | -1/+0 |
| | | | | | | Removed unused import, which caused warning Pull Request resolved: #339 | ||||
* | YT-19555: Refactoring using Allocation tags for MemoryTag | ni-stoiko | 2023-08-21 | 8 | -50/+45 |
| | | | | | | | | Fix style issues in unit-tests Refactoring TraceContext Minor style fixes | ||||
* | Rework status handling in TableClient::ReadRows KIKIMR-18970 | va-kuznecov | 2023-08-21 | 1 | -6/+6 |
| | |||||
* | Pass S3 read ranges in explicit field, not TaskParams | hor911 | 2023-08-21 | 26 | -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" | max42 | 2023-08-21 | 1 | -0/+26 |
| | |||||
* | YQL-16185 switch to new TYtDependencyUpdater by default | zverevgeny | 2023-08-21 | 1 | -1/+1 |
| | |||||
* | support column tables in statistics KIKIMR-18323 | monster | 2023-08-21 | 1 | -7/+20 |
| | |||||
* | [dq] Short partition error message | udovichenko-r | 2023-08-21 | 3 | -11/+15 |
| | | | | YQL-16107 | ||||
* | make has method const | jansenin | 2023-08-21 | 2 | -2/+2 |
| | |||||
* | Add yt into autobuild | aozeritsky | 2023-08-21 | 904 | -11/+166452 |
| | |||||
* | KIKIMR-19092: simple compaction and optimizer for intervals correction | ivanmorozov | 2023-08-21 | 25 | -0/+851 |
| | |||||
* | YDB SDK Sync from git | robot-kikimr-dev | 2023-08-21 | 5 | -15/+14 |
| | |||||
* | CURRENT_TIMESTAMP | vvvv | 2023-08-21 | 1 | -0/+36 |
| | | | | без теста, т.к. выхлоп зависит от времени | ||||
* | Change "muted_test.txt" | alexv-smirnov | 2023-08-21 | 1 | -2/+0 |
| | |||||
* | Check queue overflow for direct ops KIKIMR-19080 | ilnaz | 2023-08-21 | 2 | -25/+63 |
| | |||||
* | YQL-16350 Fix hybrid check. | a-romanov | 2023-08-21 | 1 | -2/+2 |
| | |||||
* | Change "muted_test.txt" | alexv-smirnov | 2023-08-21 | 1 | -0/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-21 | 1 | -1/+49 |
| | |||||
* | ,support reading from bindings in v2, pg syntax | uzhas | 2023-08-21 | 1 | -4/+28 |
| | |||||
* | YQL-16222 Limit tokens forbidden as hints and window | zverevgeny | 2023-08-21 | 1 | -0/+21 |
| | |||||
* | Create yaml validation framework | jansenin | 2023-08-21 | 31 | -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 ↵ | zalyalov | 2023-08-21 | 4 | -2/+47 |
| | | | | KIKIMR-18947 | ||||
* | Rename some CompatibilityInfo fields, KIKIMR-15989 | serg-belyakov | 2023-08-21 | 7 | -342/+342 |
| | | | | Rename Build->Application, YdbVersion->Version | ||||
* | KIKIMR-19091: portions as shared_ptr for reuse in future safety | ivanmorozov | 2023-08-21 | 4 | -80/+85 |
| | |||||
* | Stop defining XOPEN_SOURCE on iOS | thegeorg | 2023-08-21 | 1 | -3/+0 |
| | |||||
* | Implement batch limits in ReadTable KIKIMR-16827 | va-kuznecov | 2023-08-21 | 9 | -4/+141 |
| | |||||
* | Revert commit rXXXXXX, Automatic release build for ya_bin3, ya_bin, ↵ | say | 2023-08-21 | 1 | -4/+4 |
| | | | | test_tool, test_tool3 | ||||
* | Retry error at final stage properly KIKIMR-19094 | ilnaz | 2023-08-21 | 4 | -8/+98 |
| | |||||
* | Inf MaxCountInPartition KIKIMR-19030 | ilnaz | 2023-08-21 | 1 | -0/+1 |
| | |||||
* | KIKIMR-19091: correct blobs construction for restore and simple merge. ↵ | ivanmorozov | 2023-08-21 | 23 | -249/+502 |
| | | | | provide settings into splitter | ||||
* | Add read and write device performance estimations for different device ↵ | serg-belyakov | 2023-08-21 | 5 | -35/+127 |
| | | | | | | types, KIKIMR-18896 Add distinct read and write SectorMap performance limitations |