| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | | |
|
| |\ \ |
|
| | |/ |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
commit_hash:0a10662cb824dede898d600662723224e893c38b
|
| | | |
| | |
| | |
| | |
| | | |
-
commit_hash:0fb3e12fc9193c58fa49632aa965aba2d01d53c7
|
| | | |
| | |
| | |
| | | |
commit_hash:73a530e711a4f8aebf9b4a6493da6ba523786389
|
| | | |
| | |
| | |
| | | |
commit_hash:1f997ba776169a83bf059e018d3cb554ba91c821
|
| | | |
| | |
| | |
| | | |
commit_hash:73c508b43ca34b77bcdf93f8dc69b2e5be2cd491
|
| | | |
| | |
| | |
| | | |
commit_hash:840ef388bacf4ccaad15d531501d36b5f448ccfb
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Enable yql_libs support in purecalc and embedded modes ✎
- Updated internal data handling to properly manage user data tables by value instead of const reference, enabling correct transfer and usage of library blocks
- Implemented logic to identify and mark YQL library blocks in user data, ensuring they are properly recognized and utilized during query compilation
- Enhanced embedded mode to automatically enable YQL library usage, allowing seamless integration of YQL libraries without explicit configuration
- Applied necessary code adjustments and fixes to maintain compatibility and proper functionality across the modified components
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:937c4d3fa5fb566a256cc3d1d164bf4796a3ec44
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Fix handling of SessionWindow without session columns ✎
- Corrected logic for detecting and handling SessionWindow operations when no session columns are specified, ensuring proper validation and error reporting
- Updated type annotation checks to correctly identify session windows and prevent unsupported WinFilter usage with them
- Added test case to verify correct behavior when SessionWindow is used without explicit session columns, preventing incorrect fusion of filters with such windows
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:9ee57415718e3b085d3eebf843a30a7e919f5e5e
|
| | | |
| | |
| | |
| | |
| | | |
New base client class that throws an exception on any method call.
commit_hash:7c60c32b0d4316a82c4d7c6013ea79171beb93d3
|
| | | |
| | |
| | |
| | | |
commit_hash:915f7ae749f74edb7dfd8c237c4ded8efe03cd5e
|
| | | |
| | |
| | |
| | | |
commit_hash:ebf99d345c17fbfedf78ef06424c615c900689f9
|
| | | |
| | |
| | |
| | | |
commit_hash:6b8bceed63f2ccebc484da11be5d857d2a8156ec
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Часть зависимостей необходимых для обновления iceberg-go до 0.6.0 версии
```
ya tool yo get -use-go-resolver google.golang.org/[email protected]
ya tool yo get -use-go-resolver google.golang.org/genproto/googleapis/[email protected]
ya tool yo get -use-go-resolver google.golang.org/genproto/googleapis/[email protected]
ya tool yo get -use-go-resolver golang.org/x/[email protected]
ya tool yo vendor
```
commit_hash:fe3e6e6ea4d54b4404ad0fa47e48fc71c5d8952c
|
| | | |
| | |
| | |
| | | |
commit_hash:c6d6cae76698798d837871b1712e42a66e6da45d
|
| | | |
| | |
| | |
| | | |
commit_hash:eb6d4f4b66b70983cf36d1dac34fe1d90aac5a66
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### UDF extra memory setting validation and normalization ✎
- Added validation and parsing for UDF `extraMem` settings to ensure proper memory allocation values
- Implemented support for human-readable size formats (like '1G', '512M', '1T', '512K') in addition to raw byte values
- Introduced automatic normalization of parsed size values back to raw byte format in UDF settings
- Added error handling with descriptive messages for invalid `extraMem` setting values
- Enhanced type annotation processing to handle modified settings and repeat transformation when changes occur
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:3b218a0739e0f917bb2470cd25ed2c8b75781345
|
| | | |
| | |
| | |
| | | |
commit_hash:c66487e097e59ca5d73ef344346222c59acb503c
|
| |\ \ \ |
|
| | |/ / |
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
|
| | | | |
|
| | | | |
|
| | |\| |
|
| | | |
| | |
| | |
| | | |
commit_hash:805f3bc0becd26fb90535ec073228e60dcad4856
|
| | | |
| | |
| | |
| | | |
commit_hash:74d863d4d6b21422b18a02c3b8315765448c030b
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Prevent Fusion of Filter with Session Window Calculations ✎
- Disable the optimization that fuses filter operations with calculations over session windows to avoid incorrect query execution.
- Update type annotation logic to explicitly reject `WinFilter` usage in conjunction with session windows.
- Add validation to ensure session window calculations are not incorrectly transformed when filter operations are present.
- Introduce new test cases to verify that filters are not fused with session window calculations and maintain expected query behavior.
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:99454a5276ec896a68b5dc6339ab0b922e31d85e
|
| | | |
| | |
| | |
| | | |
commit_hash:e9f9f235622634ecdf8656af507d5c1ba8dc0375
|
| | | |
| | |
| | |
| | | |
commit_hash:c6efe325f5bf64dbd849147c48c7b8678d0ae5cd
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
operations
#### Add CREATE IF NOT EXISTS, CREATE OR REPLACE, ALTER/DROP IF EXISTS for SECRET operations ✎
- Introduce support for `CREATE IF NOT EXISTS` and `CREATE OR REPLACE` syntax for secret creation, allowing conditional secret creation based on existence
- Add `ALTER IF EXISTS` and `DROP IF EXISTS` syntax for secret modification and deletion, preventing errors when operating on non-existent secrets
- Extend secret operation parsing to handle optional keywords for conditional operations while maintaining backward compatibility
- Update secret parameter validation and error handling to support new conditional operation modes
- Add comprehensive test coverage for all new conditional secret operations including error cases and expression support
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:5da22cd6acc7bb610627c562280556c497d57a10
|
| | | |
| | |
| | |
| | | |
commit_hash:4ba4a26693c83da36f04b37dacf002e9edb20dab
|
| | | |
| | |
| | |
| | |
| | | |
Now `TSystemMmap` and `TFakeMmap` outlive `TGlobalPools` , so `~TGlobalPools` can safely access `Munmap`.
commit_hash:fe361eb1d843ffc7b6dcd72ae1ec41242cf2398f
|