[jira] [Created] (ARROW-1861) [Python] Fix up ASV setup, add developer instructions for writing new benchmarks and running benchmark suite locally

2017-11-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1861: --- Summary: [Python] Fix up ASV setup, add developer instructions for writing new benchmarks and running benchmark suite locally Key: ARROW-1861 URL:

Re: General questions about Arrow & Plasma

2017-11-26 Thread Wes McKinney
hi Matthias, You need to use the IPC writer tools to write a Table or RecordBatch to some memory region: http://arrow.apache.org/docs/cpp/namespacearrow_1_1ipc.html There is a function for computing the size of a record batch, but not a Table yet, but you can look at its implementation to get

[jira] [Created] (ARROW-1860) [C++] Add data structure to "stage" a sequence of IPC messages from in-memory data

2017-11-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1860: --- Summary: [C++] Add data structure to "stage" a sequence of IPC messages from in-memory data Key: ARROW-1860 URL: https://issues.apache.org/jira/browse/ARROW-1860

[jira] [Created] (ARROW-1859) [GLib] Add GArrowDictionaryDataType

2017-11-26 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-1859: --- Summary: [GLib] Add GArrowDictionaryDataType Key: ARROW-1859 URL: https://issues.apache.org/jira/browse/ARROW-1859 Project: Apache Arrow Issue Type: New