alamb commented on issue #13814: URL: https://github.com/apache/datafusion/issues/13814#issuecomment-2713604463
One thing that is strange is that we have moved most of the code out of datafusion-core now. I am still hoping we can get https://github.com/apache/datafusion/tree/main/datafusion/core/src/datasource/physical_plan out of the core somehow (I know @AdamGS is thinking about that) However, I don't think that is the problem either as all the formts are feature gated and when I build with no default feaatures When I build with no default features: ```shell cargo build --timings -p datafusion --no-default-features ``` I get  And then adding parquet (by far the largest / most complex), it goes up by only 3 seconds ```shell cargo build --timings -p datafusion --no-default-features --features=parquet ```  -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org