| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |\ \ \ |
|
| | |/ / |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | |
| |
| |
| | |
log with huge entry points (#46537)
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ /
| |
| | |
Co-authored-by: Artem Ermoshkin <[email protected]>
|
| |\ \ |
|
| | | | |
|
| | |\| |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
<section id="quibbler-autodescription">
#### Исправление работы pnpm в оффлайне 📝
- 🛠️ Обновлена конфигурация для корректной работы pnpm в оффлайн-режиме, включая изменение параметров frozenLockfile и preferFrozenLockfile для предотвращения ошибок при деплое.
- 🔄 Исправлены ссылки на ресурсы и обновлены идентификаторы, связанные с версией pnpm 10.33.4, чтобы обеспечить стабильную работу инструментов сборки.
- 📦 Добавлены новые записи в конфигурационные файлы для корректной работы с обновленными ресурсами и зависимостями.
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
</section>
commit_hash:c765b7d24339e234d813a6dc3acc10df62c74198
|
| | | |
| | |
| | |
| | | |
commit_hash:68ff403c225cd6ebeeaa26b166541b7238c4ef89
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Introduce AutoUseYqlLibs flag to automatically treat yql_libs files as libraries ✎
- Added a new flag `AutoUseYqlLibs` that automatically marks files with the `yql_libs/` prefix as libraries without requiring explicit configuration
- The feature is controlled via a new command-line option and can be enabled in various execution contexts
- Removed manual library marking logic from task processing, centralizing the behavior in the facade layer
- Updated internal logic to apply the library usage flag based on the new auto-detection mechanism
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:4168a7b05ff2755093b9de0e43a3995ef2fe0290
|
| | | |
| | |
| | |
| | |
| | | |
Move attribute-dictionary serialization into a shared YTree helper and use it from Sequoia Cypress proxy paths without materializing temporary entity nodes.
commit_hash:88a9ad24b8f17a6da3561072cbb589bb104b3fcf
|
| | | |
| | |
| | |
| | | |
commit_hash:03155c42013daab093f1a1057b02c44fa9c7d361
|
| | | |
| | |
| | |
| | | |
commit_hash:daeaebaca102b379e3e5200e5a79e57358698fd4
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Replace MakeLangVersion with features.json-based feature system ✎
- Introduces a new feature system based on `features.json` to manage language version dependencies instead of hardcoded `MakeLangVersion` calls
- Replaces direct language version checks with references to named features defined in JSON configuration
- Adds validation and initialization logic for features to ensure version consistency
- Updates all existing language version checks to use the new feature-based approach
- Centralizes feature version definitions in a single JSON file for better maintainability and clarity
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:fe9823c0442060337a30186fd957ae294f1aa1c2
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### `YQL-20804`: Fix Decimal type conversion ✎
- Enhanced type annotation system to properly handle Decimal type conversions by introducing a new `EDecimalConversionMode` configuration option that allows controlling how common types are computed for Decimal values
- Modified core type annotation functions to accept and utilize a `TTypeAnnotationContext` parameter, ensuring consistent type resolution across join operations and type conversions
- Updated join-related functions and peephole optimizations to pass type context information, fixing issues with Decimal type compatibility during join key processing
- Added comprehensive unit tests to verify Decimal type conversion behavior and ensure proper casting between different Decimal precisions and scales
- Extended type annotation infrastructure to support both strict and lenient Decimal conversion modes, improving error handling and type inference for edge cases
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:f4ec01ad79cb2f3219b529118380747828075e6b
|
| | | |
| | |
| | |
| | | |
commit_hash:cdc30f3e046972271b24aea32be1ef8f6bcd0c03
|
| | | |
| | |
| | |
| | | |
commit_hash:4f8a2fa5c14b3f9a2712182a1a244c5116deb3a7
|
| | | |
| | |
| | |
| | | |
commit_hash:d9ab185d548129c44c573e8dde316daf90085dd4
|
| | | |
| | |
| | |
| | |
| | | |
Update tools: os_test_tool, test_tool, os_ya, ya_bin
commit_hash:569e3390d771026e8fa74e17d2427f195d93db87
|
| | | |
| | |
| | |
| | | |
commit_hash:f6418ef440a65e9ba0dc4dfc4dec3b0e0578bcb4
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Expand SqlCombine via LPartitionsByKeys ✎
- Replaced `PartitionsByKeys` with `LPartitionsByKeys` to enhance the SqlCombine expansion logic
- Modified the lambda expression structure to directly use `partitionStream` parameter instead of intermediate `partitionList`, simplifying the stream processing pipeline
- Updated the chopper handler to work directly with the stream input, improving efficiency and consistency in data processing
- Adjusted canondata checksum due to structural changes in the generated query plan
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:2b5dc46308ee7316727feefecffabfed91ebfef6
|
| | | |
| | |
| | |
| | | |
commit_hash:589be5b3ee09fc371f0deff8c0797d2951fcb1ec
|
| | | |
| | |
| | |
| | | |
commit_hash:467a3466448a8355d49e1cde6e342a69cc392a16
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Changelog entry
Type: fix
Component: misc
Validate the protobuf wire type when parsing values, rejecting malformed payloads instead of aborting.
commit_hash:0f25a1d652478df2be7a45e4365194018ef516c9
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
No description
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1779
Co-authored-by: robot-arcanum <[email protected]>
Co-authored-by: Daniil Cherednik <[email protected]>
commit_hash:3da46ed04cbcf5a7139f15a414495e89e706e760
|
| | | |
| | |
| | | |
Co-authored-by: Oleg Geller <[email protected]>
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|