| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support PruneUnusedColumns in Materialize | udovichenko-r | 12 days | 1 | -0/+1 |
| | | | | | | | | | | | | | | | #### Support PruneUnusedColumns in Materialize ✎ - Adds support for the `prune_unused_columns` setting in Materialize operations, enabling optimization to remove unused columns from materialized tables - Extends the YtProvider to recognize and validate the new PruneUnusedColumns setting for both Materialize and Persist operations - Implements optimizations to handle column pruning in Materialize operations, including handling ExtractMembers over Materialize cases and multi-usage scenarios - Updates physical finalizing logic to properly handle Persist operations with PruneUnusedColumns setting - Adds new test cases to verify the functionality of column pruning in Materialize operations with various filtering scenarios - Modifies existing tests to reflect changes in behavior and ensure compatibility with the new optimization feature <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:83c18981b8767ac2b789c1b1ae81aaa1ee164a92 | ||||
| * | Support new Materialize in YT provider | udovichenko-r | 2026-07-03 | 1 | -0/+1 |
| #### Support new Materialize in YT provider ✎ - Introduces support for the new Materialize operation in the YT provider, enabling materialization of query results into temporary tables - Adds necessary type annotations, constraint handling, and execution logic for the Materialize operation - Implements physical optimization rules to properly handle Materialize operations during query planning - Includes support for persisting materialized data and integrating it with existing YT operations like Publish and Copy - Adds comprehensive test cases covering various Materialize scenarios including basic usage, sorting preservation, and complex expressions - Updates SQL-to-YQL conversion to properly handle Materialize statements in SQL queries <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:f915520020d0958e0e8c2a298b197564d3298675 | |||||
