You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/15 18:58:43 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #6684: Minor: combine fuzz tests into a single binary to save builder space and build time

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

   # Which issue does this PR close?
   
   Part of https://github.com/apache/arrow-datafusion/pull/6682
   
   
   # Rationale for this change
   This is the same pattern applied in https://github.com/apache/arrow-datafusion/pull/6682
   
   Basically, each test binary has about 125MB of overhead (the size of the datafusion code that is linked in) . Thus I estimate this PR to save ~1GB of builder space (instead of 5 different binaries each about 125MB, there is a single binary that is 127MB)
   
   # What changes are included in this PR?
   combine fuzz tests into a single binary to save builder space and build time
   
   # Are these changes tested?
   Yes
   
   # 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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb merged pull request #6684: Minor: combine fuzz tests into a single binary to save builder space and build time

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #6684:
URL: https://github.com/apache/arrow-datafusion/pull/6684


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org