cl-apache-arrow icon indicating copy to clipboard operation
cl-apache-arrow copied to clipboard

Update for Apache Arrow 1.0.0

Open shukryzablah opened this issue 5 years ago • 2 comments

I don't really know how different the 1.0.0 version is from the current version.

Is it possible to get an explanation of the steps you have to take in order to update this library to work with the new Apache Arrow version?

shukryzablah avatar Aug 19 '20 01:08 shukryzablah

I've pushed up a makefile which invokes a script to regenerate the low level bindings, and left some light instruction. This gives you a chance to contribute new bindings should you like (but be sure the higher level code still works).

If not, I'll get to it at some point. I first need to update my distro's version of apache-arrow.

Thanks for reporting!

kat-co avatar Aug 29 '20 02:08 kat-co

How can I know if the higher level code still works? Is running the existing tests and the readme example enough?

shukryzablah avatar Sep 12 '20 01:09 shukryzablah