Re: PyCon Sprint Document

2018-04-22 Thread Wes McKinney
Hi Alex, Can you create a Google Document so we can comment and collaborate more easily? Thanks Wes On Sun, Apr 22, 2018, 4:23 PM Alex Hagerman wrote: > Hi Everybody, > > PyCon is next month May 9th-17th. During PyCon there are a few days of > sprints and I was hoping to spend some time on Arr

PyCon Sprint Document

2018-04-22 Thread Alex Hagerman
Hi Everybody, PyCon is next month May 9th-17th. During PyCon there are a few days of sprints and I was hoping to spend some time on Arrow. The PyCon sprint page mentions putting together a sprint document to share with participants. https://us.pycon.org/2018/community/sprints/#! http://opens

Re: C++ RecordBatchWriter/ReadRecordBatch clarification

2018-04-22 Thread Rares Vernica
Hi Dimitri, Thanks for that. I was going something like that. My hope was to use StreamWriter to write the batch and then use ReadRecordBatch to read it since it is more succinct and I know I only have one batch to read. Here is the actual code I use https://github.com/Paradigm4/accelerated_io_to