Re: Documentation hosting

2017-01-12 Thread Julien Le Dem
+1 too Right now the site content is in https://github.com/apache/arrow-site Thanks Uwe for volunteering! On Tue, Jan 3, 2017 at 11:51 PM, Julian Hyde wrote: > If you decide to take this approach, feel free to copy whatever you > like from Calcite (not that you need my permission - this is ASL!)

Re: Best way to create/set validity bitmap buffer in Java

2017-01-12 Thread Julien Le Dem
Hi Li, The missing piece is that you are supposed to call setValueCount() on the mutator when you are done writing to it. that would be 2.5 in your original email. Julien On Wed, Jan 4, 2017 at 8:52 AM, Wes McKinney wrote: > You can use the approach in the test suite: > > https://github.com/apa

[jira] [Created] (ARROW-480) [Python] Add accessors for Parquet column statistics

2017-01-12 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-480: -- Summary: [Python] Add accessors for Parquet column statistics Key: ARROW-480 URL: https://issues.apache.org/jira/browse/ARROW-480 Project: Apache Arrow Issue Ty

Re: Getting started on board report... input?

2017-01-12 Thread Wes McKinney
+1, thanks Jacques On Thu, Jan 12, 2017 at 1:40 AM, Jacques Nadeau wrote: > Thanks for the ideas. Here is what I posted: > > ## Description: > Arrow is a columnar in-memory analytics layer designed to accelerate big > data. > It houses a set of canonical in-memory representations of flat and > hi

[jira] [Commented] (ARROW-479) Python: Test for expected schema in Pandas conversion

2017-01-12 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15820481#comment-15820481 ] Uwe L. Korn commented on ARROW-479: --- PR: https://github.com/apache/arrow/pull/281 > Pyth

[jira] [Created] (ARROW-479) Python: Test for expected schema in Pandas conversion

2017-01-12 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-479: - Summary: Python: Test for expected schema in Pandas conversion Key: ARROW-479 URL: https://issues.apache.org/jira/browse/ARROW-479 Project: Apache Arrow Issue Type