Re: Making a bugfix Arrow JS release

2018-03-07 Thread Wes McKinney
Seems like a good idea -- we could make a lerna monorepo under the js/ directory as it stands now On Wed, Mar 7, 2018 at 11:13 AM, Brian Hulette wrote: > Naveen, > > Yes I think when we initially discussed adding the JS dataframe ops we > argued that it could be a separate library within the Apac

Re: Making a bugfix Arrow JS release

2018-03-07 Thread Brian Hulette
Naveen, Yes I think when we initially discussed adding the JS dataframe ops we argued that it could be a separate library within the Apache Arrow monorepo, since some users will just want the ability to read/write arrow data, and we shouldn't force them to pull in a dataframe API they won't b

Re: Making a bugfix Arrow JS release

2018-03-07 Thread Naveen Michaud-Agrawal
Hi Brian, Any thoughts on splitting out the dataframe like parts into a separate library, keeping arrowjs to just handle loading data out of the arrow buffer? Regards, Naveen Michaud-Agrawal

Re: Making a bugfix Arrow JS release

2018-03-06 Thread Brian Hulette
We're just wrapping up https://github.com/apache/arrow/pull/1678, and I would also like to merge https://github.com/apache/arrow/pull/1683, even though its technically not a bugfix.. it makes the df interface much more useful. Once we merge those I'd be happy cutting a bugfix release, unless

Making a bugfix Arrow JS release

2018-03-05 Thread Wes McKinney
Brian mentioned on GitHub that it might be good to make a 0.3.1 JS release due to bugs fixed since 0.3.0. Is there any other work that needs to be merged before doing this? Thanks Wes