wirybeaver commented on issue #1241: URL: https://github.com/apache/datafusion-ballista/issues/1241#issuecomment-5611362781
I reworked #2388/#2389 based on the feedback here and on #2388. The earlier generic codec seam was unnecessary because Ballista codecs are already replaceable. #2388 is now only a `contrib-hudi` build gate with a Hudi-specific wire/provider interface and no hudi-rs dependency. #2389 implements that interface in an integration crate excluded from the workspace, so Hudi stays out of Ballista’s root lockfile, default dependency tree, published package, and release graph while the two-worker COW test still demonstrates the path. -- 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]
