Re: npmjs.com account to release Apache Arrow JavaScript

2018-12-14 Thread Paul Taylor
Hi Kouhei, I've added you as a maintainer of the apache-arrow top level package, as well as an owner on the @apache-arrow organization on npm. Paul On 12/14/18 1:59 PM, Kouhei Sutou wrote: Hi Brian, I read this change: https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action

[jira] [Created] (ARROW-4034) red-arrow interface for FileOutputStream doesn't respect append=True

2018-12-14 Thread Ian Murray (JIRA)
Ian Murray created ARROW-4034: - Summary: red-arrow interface for FileOutputStream doesn't respect append=True Key: ARROW-4034 URL: https://issues.apache.org/jira/browse/ARROW-4034 Project: Apache Arrow

[jira] [Created] (ARROW-4033) [C++] thirdparty/download_dependencies.sh uses tools or options not available in older Linuxes

2018-12-14 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4033: --- Summary: [C++] thirdparty/download_dependencies.sh uses tools or options not available in older Linuxes Key: ARROW-4033 URL: https://issues.apache.org/jira/browse/ARROW-4033

npmjs.com account to release Apache Arrow JavaScript

2018-12-14 Thread Kouhei Sutou
Hi Brian, I read this change: https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=87298036&selectedPageVersions=46&selectedPageVersions=45 Can you add me to collaborators of apache-arrow? I may release apache-arrow npm package as a PMC member. Here is my account on npm

Re: Arrow JS 0.4.0 Release

2018-12-14 Thread Paul Taylor
Wes, I didn't mean to sound like I was criticizing you, the project, or the release process. You're doing an outstanding job as a project lead, and it's a fine release process that helps ensure quality and security. Nor was I passive-aggressively expressing desire to be a PMC -- I'm overworke

[jira] [Created] (ARROW-4032) [Python] New pyarrow.Table.from_pydict() function

2018-12-14 Thread David Lee (JIRA)
David Lee created ARROW-4032: Summary: [Python] New pyarrow.Table.from_pydict() function Key: ARROW-4032 URL: https://issues.apache.org/jira/browse/ARROW-4032 Project: Apache Arrow Issue Type: Ta

[jira] [Created] (ARROW-4031) [C++] Refactor ArrayBuilder bitmap logic into TypedBufferBuilder

2018-12-14 Thread Benjamin Kietzman (JIRA)
Benjamin Kietzman created ARROW-4031: Summary: [C++] Refactor ArrayBuilder bitmap logic into TypedBufferBuilder Key: ARROW-4031 URL: https://issues.apache.org/jira/browse/ARROW-4031 Project: Apach

Re: Arrow JS 0.4.0 Release

2018-12-14 Thread Wes McKinney
hi Paul, On Thu, Dec 13, 2018 at 8:59 PM Paul Taylor wrote: > > Another update: all the existing features and unit tests are working > again except for the Table/RecordBatch streaming toString() > implementations (and the `arrow2csv` utility), which I'll update later > tonight. > > On JS release

[jira] [Created] (ARROW-4030) [CI] Use travis_terminate to halt builds when a step fails

2018-12-14 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4030: --- Summary: [CI] Use travis_terminate to halt builds when a step fails Key: ARROW-4030 URL: https://issues.apache.org/jira/browse/ARROW-4030 Project: Apache Arrow

[jira] [Created] (ARROW-4029) [C++] Define and document naming convention for internal / private header files not to be installed

2018-12-14 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4029: --- Summary: [C++] Define and document naming convention for internal / private header files not to be installed Key: ARROW-4029 URL: https://issues.apache.org/jira/browse/ARROW-4029

Re: C++ documentation overhaul

2018-12-14 Thread Antoine Pitrou
Hi Antonio, Everything is done in the main Arrow repository in a regular fashion (e.g. you can open Pull Requests there). Help on the documentation is welcome, as many aspects are missing currently. Feel free to ask any questions! Regards Antoine. Le 14/12/2018 à 16:09, Antonio Cavallo a é

Re: C++ documentation overhaul

2018-12-14 Thread Antonio Cavallo
Hi Antoine, I'm trying to learn about arrow, would it possible for me to help with the documentation? Do you have a repository I can contribute to? Thanks On Wed, 12 Dec 2018 at 09:13, Antoine Pitrou wrote: > > Hello, > > We are doing a refactor of the C++ documentation which will appear in > 0

Re: Access Gandiva filter result by array index

2018-12-14 Thread Suvayu Ali
Hi Ravindra, On Fri, Dec 14, 2018 at 01:11:02PM +0530, Ravindra Pindikura wrote: > > > > But I can't access the elements of the selection vector! Since it is > > declared > > as std::shared_ptr, the Value(..) method isn't found. I had > > filled it with SelectionVector::MakeInt16(..), so