avantgardnerio commented on code in PR #3580: URL: https://github.com/apache/arrow-datafusion/pull/3580#discussion_r976938835
########## datafusion/proto/src/generated/mod.rs: ########## @@ -15,13 +15,16 @@ // specific language governing permissions and limitations // under the License. -// include the generated protobuf source as a submodule #[allow(clippy::all)] #[rustfmt::skip] -#[cfg(not(feature = "json"))] +#[cfg(not(docsrs))] pub mod datafusion; +#[cfg(docsrs)] #[allow(clippy::all)] -#[rustfmt::skip] -#[cfg(feature = "json")] -pub mod datafusion_json; +pub mod datafusion { Review Comment: When not writable, pull from OUT_DIR. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org