353solutions / carrow

Go wrapper for Apache Arrow C++
https://arrow.apache.org/
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

Use conda for arrow libs & headers #31

Closed tebeka closed 5 years ago

tebeka commented 5 years ago

@yonidavidson What do you think?

IMO

yonidavidson commented 5 years ago

It's much simpler, We assume that the conda packages are updated as fast as Arrow right? we might have a problem if we want to work on bleeding edge version that have not come out yet and might not be available for conda.

Big advantage is that we know that all our packages are the same and that helps us - when I had the segmentation problems I checked to see that maybe the different packages don't cause that.