rahil-c commented on PR #19672: URL: https://github.com/apache/hudi/pull/19672#issuecomment-5364896314
The Azure failure here looks unrelated to this change. The failing phase is `UT spark-datasource DDL & Others`, and the recorded issue is an infrastructure one: ``` Free memory is lower than 5%; Currently used: 95.76% ``` This PR only touches `CloudSourceConfig`, `CloudObjectsSelectorCommon` and its test, all in `hudi-utilities`, so it cannot reach the Scala spark-datasource DDL suite. Needs a re-run rather than a fix. Reviewed the change itself as part of a pass over the stack and found nothing to raise: `extensionPredicate` renders a byte-identical filter to the previous code for the single-extension case, so existing sources see no behaviour change, and the multi-extension and trimming cases are covered by tests. -- 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]
