v.22.1Improvement
Enable Comparison Between Decimal and Float
Enable comparison betweenDecimalandFloat. Closes #22626. #31966 (flynn).
Why it matters
This feature solves the limitation whereDecimal and Float types could not be directly compared in queries, allowing users to perform comparisons seamlessly between these numeric types without explicit type casting.How to use it
Users can now directly compareDecimal and Float values in their queries using standard comparison operators (e.g., =, <, >) without requiring any additional configuration or casting.