Re: list scope question

2017-05-10 Thread Wes McKinney
hi Mike, I recommend using record batches along with io::MemoryMappedFile. You can write the table with ipc::FileWriter: https://github.com/apache/arrow/blob/master/cpp/src/arrow/ipc/writer.h#L111 and then read it with ipc::FileReader. If you use MemoryMappedFile, then the read will be zero-copy

RE: list scope question

2017-05-10 Thread Katelman, Michael
Great! What I'd like to do is create a table that can be shared among multiple processes. I see, e.g., this in the comments where RecordBatch is defined: // A record batch is a simpler and more rigid table data structure intended for // use primarily in shared memory IPC. It contains a schema

[jira] [Created] (ARROW-1005) NullableDecimalVector.set(int, byte[]...) throws UnsupportedOperationException

2017-05-10 Thread Jacques Nadeau (JIRA)
Jacques Nadeau created ARROW-1005: - Summary: NullableDecimalVector.set(int, byte[]...) throws UnsupportedOperationException Key: ARROW-1005 URL: https://issues.apache.org/jira/browse/ARROW-1005 Projec

Re: list scope question

2017-05-10 Thread Jason Altekruse
I think we opted to not create a user list yet, as using arrow is likely going to require some willingness to poke around in the library until we can fill out the docs and some more complete example usages. So as far as I know this is the place to ask, what were you looking to do? On Wed, May 10,

[jira] [Created] (ARROW-1004) ArrowInvalid: Invalid: Python object of type float is not None and is not a string, bool, or date object

2017-05-10 Thread William Cox (JIRA)
William Cox created ARROW-1004: -- Summary: ArrowInvalid: Invalid: Python object of type float is not None and is not a string, bool, or date object Key: ARROW-1004 URL: https://issues.apache.org/jira/browse/ARROW-1004

list scope question

2017-05-10 Thread Katelman, Michael
Is there a good place for user-oriented arrow questions and discussions? (my apologies in advance if this isn't the appropriate venue) -Mike DISCLAIMER: This e-mail message and any attachments are intended solely for the use of the individual or entity to which it is addressed and may conta

[jira] [Created] (ARROW-1003) Hdfs and java dlls fail to load when built for Windows with MSVC

2017-05-10 Thread JIRA
Balázs Gosztonyi created ARROW-1003: --- Summary: Hdfs and java dlls fail to load when built for Windows with MSVC Key: ARROW-1003 URL: https://issues.apache.org/jira/browse/ARROW-1003 Project: Apache

[jira] [Created] (ARROW-1002) [C++] It is not necessary to add padding after the magic header in the FileWriter implementation

2017-05-10 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1002: --- Summary: [C++] It is not necessary to add padding after the magic header in the FileWriter implementation Key: ARROW-1002 URL: https://issues.apache.org/jira/browse/ARROW-1002

[jira] [Created] (ARROW-1001) [GLib] Unify writer files

2017-05-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-1001: --- Summary: [GLib] Unify writer files Key: ARROW-1001 URL: https://issues.apache.org/jira/browse/ARROW-1001 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-1000) [GLib] Move install document to Website

2017-05-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-1000: --- Summary: [GLib] Move install document to Website Key: ARROW-1000 URL: https://issues.apache.org/jira/browse/ARROW-1000 Project: Apache Arrow Issue Type: Improv

[jira] [Created] (ARROW-999) [Java] Minor types don't account for nullable FieldType flag

2017-05-10 Thread Emilio Lahr-Vivaz (JIRA)
Emilio Lahr-Vivaz created ARROW-999: --- Summary: [Java] Minor types don't account for nullable FieldType flag Key: ARROW-999 URL: https://issues.apache.org/jira/browse/ARROW-999 Project: Apache Arrow

[jira] [Created] (ARROW-998) [Doc] File format documents incorrect schema location

2017-05-10 Thread Brian Hulette (JIRA)
Brian Hulette created ARROW-998: --- Summary: [Doc] File format documents incorrect schema location Key: ARROW-998 URL: https://issues.apache.org/jira/browse/ARROW-998 Project: Apache Arrow Issue

[jira] [Created] (ARROW-997) [Java] Implement transfer in FixedSizeListVector

2017-05-10 Thread Emilio Lahr-Vivaz (JIRA)
Emilio Lahr-Vivaz created ARROW-997: --- Summary: [Java] Implement transfer in FixedSizeListVector Key: ARROW-997 URL: https://issues.apache.org/jira/browse/ARROW-997 Project: Apache Arrow Iss

[jira] [Created] (ARROW-996) [Website] Add 0.3 release announce in Japanese

2017-05-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-996: -- Summary: [Website] Add 0.3 release announce in Japanese Key: ARROW-996 URL: https://issues.apache.org/jira/browse/ARROW-996 Project: Apache Arrow Issue Type: Imp

[jira] [Created] (ARROW-995) [Website] Fix a typo

2017-05-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-995: -- Summary: [Website] Fix a typo Key: ARROW-995 URL: https://issues.apache.org/jira/browse/ARROW-995 Project: Apache Arrow Issue Type: Bug Components: Web

[jira] [Created] (ARROW-994) Arrow is unable to reuse Memory chunk in the Pool.

2017-05-10 Thread Deng Changchun (JIRA)
Deng Changchun created ARROW-994: Summary: Arrow is unable to reuse Memory chunk in the Pool. Key: ARROW-994 URL: https://issues.apache.org/jira/browse/ARROW-994 Project: Apache Arrow Issue T