[jira] [Created] (ARROW-3701) [Gandiva] Add support for decimal operations

2018-11-04 Thread Pindikura Ravindra (JIRA)
Pindikura Ravindra created ARROW-3701: - Summary: [Gandiva] Add support for decimal operations Key: ARROW-3701 URL: https://issues.apache.org/jira/browse/ARROW-3701 Project: Apache Arrow I

[jira] [Created] (ARROW-3700) read_csv behavior with blank lines differs between CSV deliimters

2018-11-04 Thread Ultrabug (JIRA)
Ultrabug created ARROW-3700: --- Summary: read_csv behavior with blank lines differs between CSV deliimters Key: ARROW-3700 URL: https://issues.apache.org/jira/browse/ARROW-3700 Project: Apache Arrow

[jira] [Created] (ARROW-3699) [C++] Dockerfile for testing 32-bit C++ build

2018-11-04 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3699: --- Summary: [C++] Dockerfile for testing 32-bit C++ build Key: ARROW-3699 URL: https://issues.apache.org/jira/browse/ARROW-3699 Project: Apache Arrow Issue Type:

Re: Rust IPC and Integration Testing

2018-11-04 Thread Wes McKinney
hi Andy, AFAIK in the other implementations, the Flatbuffers serialization is an implementation detail of offering support for the columnar IPC protocol (which in turn depends on the columnar data structures, memory management, etc.). I'm not sure what a crate offering the Flatbuffers bindings alo