Skip to content

Conversation

@ygerzhedovich
Copy link
Contributor

@ygerzhedovich ygerzhedovich commented Dec 23, 2025

Summary
This Pull Request contains changes to several files in the project, focusing on improvements, cleanup, and small fixes. The key modifications include simplifying test data, updating comments to reference correct ticket formatting, addressing inconsistencies in queries and projections, and enabling a previously disabled integration test.
Main Changes:
Release Documentation Updates: Adjusted the release guide in RELEASE.md to reflect an updated process sequence and removed obsolete references.
Code Cleanup:
Fixed Jira issue links and formatting in comments (CatalogUtils.java, LimitOffsetPlannerTest.java).
Removed the @disabled annotation in ItDockerConfigTest.java, re-enabling the test.
Test Changes:
Updated query results and test data formatting in multiple integration tests, including cases of trailing whitespaces and benchmark references (test_basic_union.test, test_group_by_distinct.test, test_coalesce.test).
Removed ignored test files related to COALESCE and DECODE SQL functions.
SQL Engine Enhancements:
Standardized character type usage by converting CHAR to VARCHAR in SQL plans across various files for consistency.
Added a new method shouldConvertRaggedUnionTypesToVarying in the IgniteTypeSystem class, likely for handling type coercion in SQL operations.
This PR does not involve large feature additions but focuses on incremental improvements, maintenance, and quality.

@ygerzhedovich ygerzhedovich merged commit d90255b into apache:main Dec 29, 2025
5 checks passed
@ygerzhedovich ygerzhedovich deleted the ignite-27446 branch December 29, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants