voonhous commented on PR #19836:
URL: https://github.com/apache/hudi/pull/19836#issuecomment-5573398151

   Pushed `1e8c689dce59` and `a6cc9da55868`. Validation now rejects a 
non-boolean filter the way Spark does (`ts + 1` previously validated and 
returned zero rows). The ANSI rethrow also covers a malformed-string cast 
(`int(name) > 1` raised in the query but returned nothing here). `id div 2` 
resolves via Spark's IntegralDivision promotion, and a null operand takes a 
string peer's type (`name IN ('a1', null)`). Tests pin the Spark 4 
decimal-overflow outcome instead of skipping it, cover `%`, `div`, `-`, wider 
`coalesce` and the DecimalPrecision constant fold, and add a 
`show_metadata_column_stats_overlap` filter assertion for the second #19632 
reproducer. Verified on 3.3.4/3.5.5/4.1.1; the suite runs 26 tests after 
folding two duplicates.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to