jiteshsoni commented on PR #53001: URL: https://github.com/apache/spark/pull/53001#issuecomment-3518408382
👋 Hello reviewers! **JIRA Status**: My Apache JIRA account is pending approval (account request submitted). I will update this PR with the actual JIRA number once my account is approved (typically 1-2 days). **Review Status**: This PR is ready for technical review. All implementation is complete and tested: - ✅ Full Spark build successful (12 min) - ✅ All unit tests pass (9/9 new tests) - ✅ Integration test with example working - ✅ Backward compatibility maintained - ✅ Documentation updated **What this PR does**: Adds admission control support to Python DataSource streaming API, enabling Python sources to control microbatch sizes via `maxRecordsPerBatch` option (feature parity with Scala's `SupportsAdmissionControl`). Looking forward to your feedback! 🚀 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
