Re: Working towards getting 0.9.0 release candidate up next week

2018-02-24 Thread Wes McKinney
Hi Sidd,

I think we have too many bugs to make an RC this coming week. I suggest we
defer to the following week.

Thanks
Wes

On Feb 24, 2018 7:09 PM, "Siddharth Teotia"  wrote:

Hi All,

We currently have 10 issues in progress and PRs are available for 8 of
them. In interest of getting a release candidate next week, I would request
people to review PRs as soon as they can to help make progress and close
out as many JIRAs as we can.

There are 32 issues in TODO list and 25 of them are not yet assigned. I am
planning to defer some of the unassigned ones later today or tomorrow. It
would be good to soon grab/assign the issues that people want to be fixed
for 0.9.0.

Here is the link to backlog:
https://issues.apache.org/jira/projects/ARROW/versions/12341707

Thanks,
Sidd


Working towards getting 0.9.0 release candidate up next week

2018-02-24 Thread Siddharth Teotia
Hi All,

We currently have 10 issues in progress and PRs are available for 8 of
them. In interest of getting a release candidate next week, I would request
people to review PRs as soon as they can to help make progress and close
out as many JIRAs as we can.

There are 32 issues in TODO list and 25 of them are not yet assigned. I am
planning to defer some of the unassigned ones later today or tomorrow. It
would be good to soon grab/assign the issues that people want to be fixed
for 0.9.0.

Here is the link to backlog:
https://issues.apache.org/jira/projects/ARROW/versions/12341707

Thanks,
Sidd


[jira] [Created] (ARROW-2208) pyarrow install issues with jemalloc

2018-02-24 Thread Jeff Reback (JIRA)
Jeff Reback created ARROW-2208:
--

 Summary: pyarrow install issues with jemalloc
 Key: ARROW-2208
 URL: https://issues.apache.org/jira/browse/ARROW-2208
 Project: Apache Arrow
  Issue Type: Bug
Reporter: Jeff Reback


just started seeing these on pandas builds in Travis CI: 
https://travis-ci.org/pandas-dev/pandas/jobs/345721382
{code:java}

from pkg_resources import get_distribution, DistributionNotFound
try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
   # package is not installed
   pass


>   from pyarrow.lib import cpu_count, set_cpu_count
E   ImportError: 
/home/travis/miniconda3/envs/pandas/lib/python2.7/site-packages/pyarrow/../../.././libjemalloc.so.2:
 cannot allocate memory in static TLS block
../../../miniconda3/envs/pandas/lib/python2.7/site-packages/pyarrow/__init__.p
 {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Learning more about using Arrow in JavaScript

2018-02-24 Thread Wes McKinney
hi all,

Brian Hulette put together an interactive JS notebook on Observable
that shows off some of the work that he and Paul have put into the
JavaScript Arrow library the last months. Take a look:

https://beta.observablehq.com/@theneuralbit/introduction-to-apache-arrow

I expect that this library will have a big impact on developers
creating interactive data applications that serve data to the browser
in Arrow format. In the example above, the data was generated by a
Python/C++ application and loaded in JavaScript.

Hopefully we can expand the Arrow website to be able to assemble more
learning resources (beyond the API docs) for each of the libraries in
the project.

- Wes


[jira] [Created] (ARROW-2207) [GLib] Support decimal type

2018-02-24 Thread yosuke shiro (JIRA)
yosuke shiro created ARROW-2207:
---

 Summary: [GLib] Support decimal type
 Key: ARROW-2207
 URL: https://issues.apache.org/jira/browse/ARROW-2207
 Project: Apache Arrow
  Issue Type: New Feature
Reporter: yosuke shiro






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)