| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
YT-драйвер уже принимает параметр lock_type для insert_rows
(<https://nda.ya.ru/t/y1DKR88L7dogTW>),
но C\+\+ mapreduce-клиент не пробрасывает его дальше, поэтому вызывающий
код всегда использует ELockType::Exclusive.
В груте есть задача инициализации табличных (внешних) счётчиков:
тасклет считает map-reduce-ом дельты по всем владельцам и батчами пишет
их в общую динтаблицу (<https://nda.ya.ru/t/4G2o2Jdo7dogTX> и аналоги), куда рантайм
одновременно дописывает инкременты на каждое событие в источнике.
Колонка `value` в такой таблице — aggregate-sum;
рантайм через NApi пишет в неё с lock_type=shared_write, чтобы параллельные
записи не конфликтовали. Тасклет инциализации счетчика же ходит через mapreduce-клиент и в нем тоже хочется уметь брать shared_write lock.
(<https://nda.ya.ru/t/WrJ9_kf77dogTb>).
commit_hash:7cbcd19f8d0532d6cf0e7f48abe197bb7fda99d3
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Mark light and heavy RPC requests with different multiplexing bands. Only for PingTransaction for now
commit_hash:9177c1e3811a5108933a87dd3f241d235490ce2d
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add Prerequisite options similar to native client ones. Only for Cypress Get for now
commit_hash:6c3c0fe7e6540754033486f785f3b1b3c313808e
|
| |
|
|
| |
commit_hash:2d046575e0ff49456bd9d4133e7e6df4f09dfc0d
|
| |
|
|
| |
commit_hash:a6b82620aa36e6007d645613916485de78eff6da
|
| |
|
|
| |
commit_hash:90bbe36635e0d48c81c153567dcedf28f103efbe
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Create trace\_id on client side
commit_hash:270019c138bed296ed934649a0b157f514fca0cb
|
| |
|
|
| |
commit_hash:2b3c252afc470f808af644051444907eddc53c04
|
| |
|
|
| |
commit_hash:c4f32aac4b251cfb981bc2549522fa92881ae370
|
| |
|
|
| |
commit_hash:3a945a41d4fea6c28be0beed7e87ccd816d65218
|
| |
|
|
| |
commit_hash:986e542ff1ba68798aae6017ee09bd0cc4d55200
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add Abort for table readers
commit_hash:be5026883c90d18333f20468946f1e5a5b71839b
|
| |
|
|
| |
commit_hash:4d6894b64b7cc24e27cdfd53182cdbff2c6b0e3f
|
| |
|
|
| |
commit_hash:dc21655a5449d9e1d58b46e933baa3eae2c6e04a
|
| |
|
|
|
|
|
|
|
|
|
| |
Мы делаем минимальную версию кластера с replication factor 1, чтобы внешние юзеры могли развернуть кластер для тестирования функциональности на минимуме ресурсов на одной машике с одной датанодой. Необходимость этих фиксов всплыла, когда я заметил, что YQL запрос при подготовке операции грузит в Кипарис различные файлы – .so-шки с библиотеками, mrjob и прочее. Все это грузилось с дефолтными константами rf, сделал так, чтобы их можно было переопределить.
* Changelog entry
Type: feature
Component: cpp-sdk
make option `file_cache_replication_factor` dynamic
commit_hash:900ea0d6483926e7a444c5b593cf661544744590
|
| |
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: cpp-sdk
<Message for release notes>
Support TCreateOptions::IgnoreTypeMismatch in C\+\+ SDK
commit_hash:5d45311d21562502b1df035fa6edbacb720a34a0
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: master
Deleted columns are now stored in table schema attributes instead of being represented as regular columns with `deleted` field.
commit_hash:bbcf72019585ce99df10ce93efe3995111f50f58
|
| |
|
|
| |
commit_hash:2e5e3acfca62d960733f102bd0dd56fc5a464e0e
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
C++ SDK supports operation_link_pattern dynamic configuration
commit_hash:a937500f7ce866436ee8732c923fb4b362e199a1
|
| |
|
|
| |
commit_hash:568d5d9a722dbfc08bee1a1666a1b49c8369cd03
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: proxy
Rename shadowed data member NYT::TStartDistributedWriteTable(File)Options::Timeout -\> SessionTimeout
<Message for release notes>
commit_hash:1b5b967b5136a7105627854044de6eee634dde03
|
| |
|
|
|
|
|
|
|
|
|
|
| |
As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT
* `operator.*(args...)` - 1435 occasions
* `operator .* (args...)` - 483 occasions
* `operator.* (args...)` - 75 occasions
* `operator .*(args...)` - 63 occasions
As is apparent from this statistics, the first way is the most popular by far (70% of all matches). Furthermore, it is the most consistent with YT style guide <https://nda.ya.ru/t/YOfm_T4z7Syke2>.
commit_hash:d88f1a8d82c91cfb34d5f4ba472d341fb9ca6b82
|
| |
|
|
|
|
|
|
|
|
|
|
| |
As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT
* `operator()(args...)` - 505 occasions
* `operator() (args...)` - 151 occasions
* `operator () (args...)` - 65 occasions
* `operator ()(args...)` - 6 occasions
As is apparent from this statistics, the first way is the most popular by far (69% of all matches). Furthermore, it is the most consistent with YT style guide <https://nda.ya.ru/t/YOfm_T4z7Syke2>.
commit_hash:f9f2f2a6822e88d6aba6777210a00d08c2911bc5
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: proxy
Support ControlAttributes with table partition reader (C\+\+ SDK and driver)
<Message for release notes>
commit_hash:56b1aaa58c4580fda0f9136d40092081eaab2292
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Raw client utilizes formatted table reader api
<Message for release notes>
commit_hash:c0ecd99971ac56141c9a7a2cb95cd3d7e6ad6611
|
| |
|
|
| |
commit_hash:64f23993fc9669d1aa23f6b0e85ab469b1fa4003
|
| |
|
|
| |
commit_hash:e71661ee774f94e598456363e42562c658cce049
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Start distributed session methods (file/table) now support attaching to transaction.
commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support YaMR and Proto formats for table fragment writers.
commit_hash:5b86b85f9ee8cad1572aa6c87eed5688b962dcfe
|
| |
|
|
| |
commit_hash:6e2650b628359d16589e929fc70e761611ac0ea7
|
| |
|
|
|
|
| |
default
commit_hash:e09d718dc8091c7841f9fa3b3143305289d01b30
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support Distributed write API methods for RPC proxies in C\+\+ client.
commit_hash:1b1247f95c77a2de02d16f56dcc3291e772be2f2
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support distributed API in C\+\+ SDK
<Message for release notes>
commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
|
| |
|
|
| |
commit_hash:2a9c32e6eb0840b23ca468374067f0fe660eb4a3
|
| |
|
|
| |
commit_hash:83bc09ba25f5b4a647c95b444952aa4cf35d7ecf
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Сейчас поддерживается только режим chunk\_filter (ровно он нужен сейчас для оптимизаторов в yql), а row\_filter можно будет поддержать в будущем.
<Message NOT for release notes>
* Changelog entry
Type: feature
Component: controller-agent
Introduce chunk filtration via `input_query` in path attributes. Useful for read optimizations.
commit_hash:575c384f3156e57e692d4a05c9b50a54ad0fa377
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
fix inferring column filter when running operations in protobuf format
commit_hash:9263474e2121155b4678af32e0d20b5a685fac0c
|
| |
|
|
|
|
|
|
|
|
|
| |
<Message NOT for release notes>
* Changelog entry
Type: fix
Component: scheduler
Rework get\_job\_trace api: enable streaming and return perfetto-friendly format
commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
|
| |
|
|
|
| |
Initial commit
commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
|
| |
|
|
| |
commit_hash:af1a447629e24e0b2fa1e075a45fdc5b5cb16bf4
|
| |
|
|
|
| |
yet another list jobs filter
commit_hash:8d2b248c73991a44afefcc274c5081bd95e73a32
|
| |
|
|
|
|
|
| |
If you think that this pr has broken something for you, roll it back
If the problem is not trivial, come to [support](https://nda.ya.ru/t/a1JIzEbo78mtfQ)
Original errors you can see [here](https://nda.ya.ru/t/pFJQM0ho7KSaTN
commit_hash:4c0f73c85be0f8378e93662801fd7e91db54632d
|
| |
|
|
|
|
|
|
|
|
|
| |
<Message NOT for release notes>
* Changelog entry
Type: fix
Component: cpp-sdk
Revert breaking public changes in header files
commit_hash:e25a66243042b5961984505e6ecd67cb9f9f2635
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add serialization / deserialization methods for TConfig class
commit_hash:b8dbd0cb04aa88fb629e6f2b855a3e7b1bad0ded
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#### Добавление поддержки временных типов с часовым поясом (TZ-типы) 📝
- 🧱 Добавлены новые примитивные типы для представления даты, даты-времени и меток времени с часовым поясом: `TzDate32`, `TzDatetime64`, `TzTimestamp64`.
- 🧪 В модульные тесты добавлены проверки корректности создания и идентификации новых временных типов.
- 📦 Обновлена логика сериализации/десериализации: TZ-типы отображаются в строковый формат при работе с различными протоколами (Skiff, protobuf, JSON).
- ⚠️ В местах чтения данных добавлена заглушка, которая выбрасывает исключение при попытке обработки новых типов — это временное решение до реализации полной поддержки.
- 🔧 Упрощена иерархия классов примитивных типов за счёт использования шаблона `TPrimitiveTypeBase`.
- 🗂️ Изменён подход к обработке неизвестных типов в нескольких компонентах: вместо явного перечисления всех поддерживаемых типов теперь используется `default` ветка с общим обработчиком.
---
**Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG**
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a>
commit_hash:265cf034372d36f60988238e273cbfe532c2a4e5
|
| |
|
|
|
| |
Disable appending debug arguments by default
commit_hash:52024039c1124ba43f07a2d8927b0ea5295a9617
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add table_collocation support
commit_hash:70150205f53cbf945a970ccdd270f0e90b70ca59
|
| |
|
|
|
| |
Rename append_debug_options to enable_debug_command_line_arguments
commit_hash:af73e8a4e566209d657fefadb1e90fe133b85de5
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support write table via RPC Proxy in C\+\+ client
commit_hash:fccc00849eafded757e3f1332da1fe209a127ec9
|
| |
|
|
| |
commit_hash:f2670aa725e0acbd8cda1c6ccb7efc01c5f95ef5
|