adriangb commented on PR #19599: URL: https://github.com/apache/datafusion/pull/19599#issuecomment-3737025616
@mkleen correct me if I'm missing something but the arrow-rs trait is currently under the `parquet` crate right? I opened https://github.com/apache/arrow-rs/pull/9138 to move it into it's own crate so that `datafusion-common` doesn't end up depending on `parquet` and also added derive macros and a bunch of other things intended to improve QOL of having this as an important ecosystem trait. That shouldn't block this PR though. I plan on reviewing it again this week (although it's a busy customer site visit week for me). I do think we'll want to get input from @alamb on this since it's turned into a bit bigger of a piece than I think any of us originally thought it would be (mostly in a good way though 😄). -- 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]
