jacobromero opened a new pull request, #569:
URL: https://github.com/apache/arrow-go/pull/569

   ### Rationale for this change
   
   The current binary when built is 20mb. We have a use case in which we only 
need to read data from a parquet file and do not need to write any parquet data 
out. By Adding build tags to code that is only needed to write we can save 
~12mb off the size of our binary compiled with arrow-go.
   
   ### What changes are included in this PR?
   
   This PR adds the build tag `!pqarrow_read_only` to write related files in 
the `pqarrow` package.
   
   ### Are these changes tested?
   
   Tested the build locally and against my read only use case.
   
   ### Are there any user-facing changes?
   
   No, this change is only for consumers who build `arrow-go` but do not need 
write functionality.
   


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