| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / |
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| | |
Co-authored-by: Stepan Beloyarov <[email protected]>
|
| | |
| |
| |
| |
| | |
finish" (#44635) (#45406)
Co-authored-by: Oleg Geller <[email protected]>
|
| | |
| |
| | |
LOGBROKER-10461
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| |\ \ |
|
| | |\| |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
refactor and fix paged vector:
- use more effective THolder instead of TSimpleSharedPtr
- fixed copy constructor and copy assignment (was shallow copy instead of deep copy)
- no more private inheritance from TVector
- add tests for copy and move constructors, copy and move assignments
commit_hash:a32c0247dd4cc5f8e29a9046c43627f4ede29044
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
**Feature-flag the persistent javac/kotlinc daemon and relocate its runtime dir to SHALLOW_ROOT**
The javac/kotlinc daemon is now opt-in via `ya make -DYA_JAVAC_DAEMON` (default off). Toggling it does not change node UIDs; enabling/disabling the daemon never invalidates the build cache.
The daemon's runtime dir (jar \+ logs) moves from `/tmp` to ya's `$(SHALLOW_ROOT)` via `YA_JAVAC_DAEMON_HOME`, so it works in environments where `/tmp` is unwanted. The unix socket stays in `/tmp` because of the AF_UNIX path limit; the socket name gains the jar hash to distinguish daemon versions across protocol changes.
This code is LLM-generated.
commit_hash:179a98b265f6458d04a6bf6c7d02721c90cc355b
|
| | | |
| | |
| | |
| | | |
commit_hash:61b5e2ef22b7bef3d4f73b6b9eb12d34a43382c7
|
| | | |
| | |
| | |
| | | |
commit_hash:f9f1fc53a73feb11cd6633c73df0557e4a6fa327
|
| | | |
| | |
| | |
| | | |
commit_hash:e250c532212c54afdc3cd8400d36e0c21111ec63
|
| | | |
| | |
| | |
| | |
| | | |
Change type of attribute test_cwd from list to string
commit_hash:ebcc295887c86c716291b6149dca2a37ebb777ac
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Changelog entry
Type: feature
Component: dynamic-tables
Secondary indices supported in Chaos.
commit_hash:faefee3d6afacd05435620730e3de738b4364d1c
|
| | | |
| | |
| | |
| | |
| | | |
Cache RPC handler trace span name per method
commit_hash:e2505976b20b1ca17440bcee4451683fcd1e616c
|
| | | |
| | |
| | |
| | | |
commit_hash:1ae8faabb2ac04d601e0d9743888684522a2ea81
|
| | | |
| | |
| | |
| | |
| | | |
Update tools: os_test_tool, test_tool, os_ya, ya_bin
commit_hash:88d2002ca5847007c6fb581187459719e1c493a8
|
| | | |
| | |
| | |
| | |
| | | |
Remove unused CMake semantics
commit_hash:68705a7d7623af742860e664a745b1ad495ce0ed
|
| | | |
| | |
| | |
| | |
| | | |
Update yexport docs
commit_hash:fd7554d02bfd5b80621e47b2d69dba45d6642366
|
| | | |
| | |
| | |
| | | |
commit_hash:9123b1de7db9eab2052b9de441d8f5c85a99c5a3
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
attributes of the topic shared consumer
#### Add support for YQL receive message wait time and delay attributes ✎
- Added support for `receive_message_wait_time` and `receive_message_delay` attributes in YQL topic shared consumer settings
- Implemented validation and storage logic for interval-type consumer settings with proper error handling
- Extended SQL parsing and translation to handle the new consumer attributes during topic creation and modification
- Added unit tests to verify the functionality of the new attributes in both CREATE and ALTER topic statements
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:ff5168f29a3e348820de931e10d2e1d8334a4960
|
| | | |
| | |
| | |
| | | |
commit_hash:ba55459d3c140efb6477743b73593c7c793812c4
|
| | | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit ff476352ebe39ac6796cd501c62bbb1a178bd2fd, reversing
changes made to 64437b5c6ae050091a1b137e2feb5c280273aabc.
commit_hash:cdef894cb3b7d51b092ca46fc5db7f349a343c8d
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Lineage support for CalcOverWindowGroup ✎
- Added support for tracking lineage information in CalcOverWindowGroup operations, ensuring proper propagation of data dependencies through windowing functions
- Implemented handling for session columns in window group operations, correctly merging lineage from initialization and update handlers
- Enhanced lineage collection logic to properly process session window traits and their associated column dependencies
- Introduced new test cases covering lineage tracking for window session pushdown scenarios to validate the implementation
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:bb0e1d37e9a97550157088c5579dc9fd1b762898
|
| | | |
| | |
| | |
| | | |
commit_hash:b1f6ed9fb7b286dd55a8c1f19bb5fcdd2f06d095
|
| | | |
| | |
| | |
| | |
| | | |
Support binary YSON encoding for structured logs
commit_hash:87b838445c1e895a21a38ad3687e393240ac57fa
|
| | | |
| | |
| | |
| | | |
commit_hash:7a278e3efcf05cff64387dceb7cb233ec4fbb011
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | |/ / |
|
| |\ \ \ |
|
| | |/ / |
|
| |/ / |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|