[jira] [Created] (ARROW-7837) bug in BaseVariableWidthVector.copyFromSafe results with an index out of bounds exception

2020-02-11 Thread Eyal Farago (Jira)
Eyal Farago created ARROW-7837: -- Summary: bug in BaseVariableWidthVector.copyFromSafe results with an index out of bounds exception Key: ARROW-7837 URL: https://issues.apache.org/jira/browse/ARROW-7837

[jira] [Created] (ARROW-7836) [Rust] "allocate_aligned"/"reallocate" need to initialize memory to avoid UB

2020-02-11 Thread Paddy Horan (Jira)
Paddy Horan created ARROW-7836: -- Summary: [Rust] "allocate_aligned"/"reallocate" need to initialize memory to avoid UB Key: ARROW-7836 URL: https://issues.apache.org/jira/browse/ARROW-7836 Project:

[jira] [Created] (ARROW-7835) [C++][Documentation] Link to generated Doxygen docs from main Sphinx TOC tree

2020-02-11 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-7835: --- Summary: [C++][Documentation] Link to generated Doxygen docs from main Sphinx TOC tree Key: ARROW-7835 URL: https://issues.apache.org/jira/browse/ARROW-7835 Project:

[jira] [Created] (ARROW-7834) [Release] Post release task for updating the documentations

2020-02-11 Thread Krisztian Szucs (Jira)
Krisztian Szucs created ARROW-7834: -- Summary: [Release] Post release task for updating the documentations Key: ARROW-7834 URL: https://issues.apache.org/jira/browse/ARROW-7834 Project: Apache Arrow

Re: Help with decimal ArrayData needed

2020-02-11 Thread Jacek Pliszka
Issue solved, sorry for noise - is_valid was false for 2nd value. BR. Jacek wt., 11 lut 2020 o 21:43 Jacek Pliszka napisał(a): > Hi! > > I am an arrow newbie trying to implement cast from Decimal128 to Int64 and > I need some help. > > In unit test I am passing > std::vector v > to >

[jira] [Created] (ARROW-7833) [R] Make install_arrow() actually install arrow

2020-02-11 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7833: -- Summary: [R] Make install_arrow() actually install arrow Key: ARROW-7833 URL: https://issues.apache.org/jira/browse/ARROW-7833 Project: Apache Arrow

Re: [Format] Dictionary edge cases (encoding nulls and nested dictionaries)

2020-02-11 Thread Wes McKinney
hi Micah, It seems like the null and nested issues really come up when trying to translate from one dictionary encoding scheme to another. That we are able to directly write dictionary-encoded data to Parquet format is beneficial, but it doesn't seem like we should let the constraints of

Re: [VOTE] Adopt Arrow in-process C Data Interface specification

2020-02-11 Thread Antoine Pitrou
Ah, you're right, it's PR 6040: https://github.com/apache/arrow/pull/6040 Similarly, the C++ implementation is at PR 6026: https://github.com/apache/arrow/pull/6026 Regards Antoine. Le 11/02/2020 à 23:17, Wes McKinney a écrit : > hi Antoine, PR 5442 seems to no longer be the right one.

Re: [VOTE] Adopt Arrow in-process C Data Interface specification

2020-02-11 Thread Wes McKinney
hi Antoine, PR 5442 seems to no longer be the right one. Which open PR contains the specification now? On Tue, Feb 11, 2020 at 1:06 PM Antoine Pitrou wrote: > > > Hello, > > We have been discussing the creation of a minimalist C-based data > interface for applications to exchange Arrow columnar

Help with decimal ArrayData needed

2020-02-11 Thread Jacek Pliszka
Hi! I am an arrow newbie trying to implement cast from Decimal128 to Int64 and I need some help. In unit test I am passing std::vector v to CheckCase(decimal(38, 10), v, is_valid, int64(), e, options); But when I try to read it in CastFunctor with auto ptr = input.GetValues(1) where in_type is

Re: PR Dashboard for Java?

2020-02-11 Thread Wes McKinney
Weird. Try now On Tue, Feb 11, 2020 at 1:03 PM Bryan Cutler wrote: > > Wes, it doesn't seem to have worked. Could you double check the privileges > for me (cutlerb)? I'd also like to add something to the verify release > candidate page. It's weird, I made an edit before on another page a while >

[VOTE] Adopt Arrow in-process C Data Interface specification

2020-02-11 Thread Antoine Pitrou
Hello, We have been discussing the creation of a minimalist C-based data interface for applications to exchange Arrow columnar data structures with each other. Some notable features of this interface include: * A small amount of header-only C code can be copied independently into third-party

Re: PR Dashboard for Java?

2020-02-11 Thread Bryan Cutler
Wes, it doesn't seem to have worked. Could you double check the privileges for me (cutlerb)? I'd also like to add something to the verify release candidate page. It's weird, I made an edit before on another page a while ago, not sure what happened. Thanks! On Mon, Jan 27, 2020 at 2:23 PM Wes

[jira] [Created] (ARROW-7832) [R] Patches to 0.16.0 release

2020-02-11 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7832: -- Summary: [R] Patches to 0.16.0 release Key: ARROW-7832 URL: https://issues.apache.org/jira/browse/ARROW-7832 Project: Apache Arrow Issue Type: Bug

[NIGHTLY] Arrow Build Report for Job nightly-2020-02-11-0

2020-02-11 Thread Crossbow
Arrow Build Report for Job nightly-2020-02-11-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-02-11-0 Failed Tasks: - test-conda-python-3.7-turbodbc-latest: URL:

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-02-11 Thread Krisztián Szűcs
All of the wheels are uploaded now https://pypi.org/project/pyarrow/0.16.0/#files On Mon, Feb 10, 2020 at 4:53 PM Neal Richardson wrote: > > We also have the release blog post to finish up and publish: > https://github.com/apache/arrow-site/pull/41 > > On Mon, Feb 10, 2020 at 7:32 AM Krisztián

[jira] [Created] (ARROW-7831) unnecessary buffer allocation when calling splitAndTransferTo on variable width vectors

2020-02-11 Thread stephane campinas (Jira)
stephane campinas created ARROW-7831: Summary: unnecessary buffer allocation when calling splitAndTransferTo on variable width vectors Key: ARROW-7831 URL: https://issues.apache.org/jira/browse/ARROW-7831