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
   
   
![Image](https://github.com/user-attachments/assets/d99f97d6-3b4e-4b32-a7d7-f7dbd05f749c)
   
   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
   ```
   
   
![Image](https://github.com/user-attachments/assets/bdcecb5e-88d8-46e3-a07c-c06886ef3c99)


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

Reply via email to