alamb commented on issue #10163: URL: https://github.com/apache/datafusion/issues/10163#issuecomment-2079812837
Looks like the problem actually exists on 36.0.0 as well: https://docs.rs/crate/datafusion-proto/36.0.0/builds/1133246 It seems like the issue is that this module is not enabled in docsrs: https://github.com/apache/datafusion/blame/main/datafusion/proto/src/generated/mod.rs#L20 Which looks like it came in https://github.com/apache/datafusion/pull/3580 (but was before we vendored (aka checked in the code)). I think the solution is to just comment out that define -- 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]
