v.24.7Improvement
Add Primary Key Type Validation Option for Dictionaries
Add option for validating the primary key type in Dictionaries. Without this option for simple layouts any column type will be implicitly converted to UInt64. #66595 (MikhailBurdukov).
Why it matters
This feature addresses the issue where, without validation, any column type in simple dictionary layouts is implicitly converted toUInt64. By validating the primary key type, users can ensure type correctness and avoid unexpected type casts, improving data integrity and query reliability.