anshulsingh-py commented on PR #19853: URL: https://github.com/apache/hudi/pull/19853#issuecomment-5562060551
Good catches, thanks. Pushed a follow-up commit that: - Unwraps `RuntimeReplaceable` after `lookupFunction` (nvl, ifnull, left, right, ...) — was throwing on eval and getting silently swallowed, same failure mode as the original issue. - Routes the registry fallback for hardcoded-table entries called with an arity the table doesn't handle (e.g. 2-arg `substring`), not just names missing entirely. - Treats resolved `AggregateFunction`s (percentile, collect_list, ...) as still-unresolved, so they keep going through the existing rejection path from #19850 instead of silently resolving to a filter that can never match. Added test coverage for all three. Full suite passing locally (20/20). -- 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]
