mohit7705 commented on PR #1373: URL: https://github.com/apache/datafusion-ballista/pull/1373#issuecomment-3725990043
Thanks for checking and for the questions. You’re right — this PR is intentionally limited to introducing the factory abstractions and does not wire them into existing scheduler/client code yet. The goal was to first validate the structure and placement before touching behavior-critical paths. If this direction looks reasonable, the next step would be to: - Wire the default factories into the existing channel/server creation points - Replace direct instantiation with the factory usage (without changing behavior) Regarding code generation: yes, I did use an LLM as an assistant for drafting and refining the initial trait and struct scaffolding, but all code was reviewed, adapted, and manually integrated by me. Happy to update the PR to include the initial wiring if that’s preferred. -- 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]
