alamb opened a new pull request #1219:
URL: https://github.com/apache/arrow-datafusion/pull/1219


   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-datafusion/issues/1217
   
    # Rationale for this change
   https://github.com/apache/arrow-datafusion/pull/1141 added an explicit 
dependence on `lazy_static` but `lazy_static` is feature flagged under 
`regex_expressions` at the moment (which is strange as it is already a 
transitive dependency -- see the output of `cargo tree -i lazy_static 
--no-default-features`
   
   # What changes are included in this PR?
   1. Fix `lazy_static` include
   2. Add check to CI for building without default features
   
   # Are there any user-facing changes?
   Build is fixed
   
   


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


Reply via email to