guan404ming opened a new pull request, #1130: URL: https://github.com/apache/mahout/pull/1130
### Related Issues <!-- Closes #123 --> ### Changes - [ ] Bug fix - [x] New feature - [ ] Refactoring - [ ] Documentation - [ ] Test - [ ] CI/CD pipeline - [ ] Other ### Why <!-- Why is this change needed? --> Enable QDP to read data files directly from cloud storage (S3) instead of requiring local copies. ### How - Add remote module in qdp-core behind remote-io feature flag using object_store crate - Resolve s3:// URLs to local temp files transparently in Python engine bindings - Update Python loader to handle remote URL extension checks and add S3 tests <!-- What was done? --> ## Checklist - [x] Added or updated unit tests for all changes - [ ] Added or updated documentation for all changes -- 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]
