Re: round-trip tests for Arrow files

2019-04-03 Thread Wes McKinney
hi Sebastien, The integration tests indeed should work (they are run in the for release verification script [1]), so something is either wrong with your C++ build or your environment if integration_test.py fails. It would be great to get Go into the integration tests to have proof that the impleme

round-trip tests for Arrow files

2019-04-03 Thread Sebastien Binet
hi there, I am working on the deserialization support for the Go backend. at this point, I have (I think) primitive and binary/string arrays working with a simple Arrow file I created like so: import pyarrow as pa data = [ pa.array([1, 2, 3, None, 5], type="i4"), pa.array(['foo', 'bar', '