ryux1 commented on PR #19850: URL: https://github.com/apache/hudi/pull/19850#issuecomment-5559719079
The Azure failure was attributable to this PR: `TestShowCleansProcedures` rejected its existing `time_taken_in_millis BETWEEN 0 AND 999999` filter during validation. Validation checked `resolved` before the Long-column/Int-literal coercion that evaluation already applied. Commit `816e505` moves that coercion into the shared bind/resolve pipeline and adds focused validation coverage for the same comparison/BETWEEN shape. I could not run Maven locally because this environment has neither Java nor Maven, so the new Apache CI run is the authoritative test. -- 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]
