jonmmease opened a new pull request, #7625:
URL: https://github.com/apache/arrow-datafusion/pull/7625

   ## Which issue does this PR close?
   Closes #7624
   
   ## Rationale for this change
   Currently `datafusion-common` has a default feature of `parquet`. But some 
of the parquet functionality was not guarded by ` #[cfg(feature = "parquet")]` 
conditionals, so it was not possible to compile the crate with the `parquet` 
feature disabled.
   
   ## What changes are included in this PR?
   
   This PR adds conditionals. It also sets `default-features = false` for all 
of the datafusion crates that depend on `datafusion-common` but don't require 
the parquet functionality.
   
   ## Are these changes tested?
   By adding `default-features = false` to the crates that depend on 
`datafusion-common` but don't need parquet support, we ensure that it's 
possible to compile `datafusion-common` without the default features.
   
   ## Are there any user-facing changes?
   no


-- 
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]

Reply via email to