[jira] [Created] (ARROW-4995) [R] Make sure winbuilder tests pass for package

2019-03-21 Thread Javier Luraschi (JIRA)
Javier Luraschi created ARROW-4995: -- Summary: [R] Make sure winbuilder tests pass for package Key: ARROW-4995 URL: https://issues.apache.org/jira/browse/ARROW-4995 Project: Apache Arrow

[jira] [Created] (ARROW-4994) [website] Update Details for ptgoetz

2019-03-21 Thread P. Taylor Goetz (JIRA)
P. Taylor Goetz created ARROW-4994: -- Summary: [website] Update Details for ptgoetz Key: ARROW-4994 URL: https://issues.apache.org/jira/browse/ARROW-4994 Project: Apache Arrow Issue Type:

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC1

2019-03-21 Thread Brian Hulette
+1 (non-binding) Ran `dev/release/js-verify-release-candidate.sh 0.4.1 1` with Node v11.12.0 On Thu, Mar 21, 2019 at 1:54 PM Krisztián Szűcs wrote: > +1 (binding) > > Ran `dev/release/js-verify-release-candidate.sh 0.4.1 1` > with Node v11.12.0 on OSX 10.14.3 and it looks good. > > On Thu,

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC1

2019-03-21 Thread Krisztián Szűcs
+1 (binding) Ran `dev/release/js-verify-release-candidate.sh 0.4.1 1` with Node v11.12.0 on OSX 10.14.3 and it looks good. On Thu, Mar 21, 2019 at 8:45 PM Krisztián Szűcs wrote: > Hello all, > > I would like to propose the following release candidate (rc1) of Apache > Arrow JavaScript version

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC1

2019-03-21 Thread Kouhei Sutou
+1 (binding) I ran the following on Debian GNU/Linux sid: * dev/release/js-verify-release-candidate.sh 0.4.1 1 with: * Node.js v11.12.0 Thanks, -- kou In "[VOTE] Release Apache Arrow JS 0.4.1 - RC1" on Thu, 21 Mar 2019 20:45:53 +0100, Krisztián Szűcs wrote: > Hello all, > > I

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC1

2019-03-21 Thread Wes McKinney
+1 (binding) Ran verification script with NodeJS v11.12.0 (hosted on Ubuntu 18.10) On Thu, Mar 21, 2019 at 2:46 PM Krisztián Szűcs wrote: > > Hello all, > > I would like to propose the following release candidate (rc1) of Apache > Arrow JavaScript version 0.4.1. This is the second release

[jira] [Created] (ARROW-4993) [C++] Display summary at the end of CMake configuration

2019-03-21 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-4993: - Summary: [C++] Display summary at the end of CMake configuration Key: ARROW-4993 URL: https://issues.apache.org/jira/browse/ARROW-4993 Project: Apache Arrow

[jira] [Created] (ARROW-4992) [C++] Boost endian warnings

2019-03-21 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-4992: - Summary: [C++] Boost endian warnings Key: ARROW-4992 URL: https://issues.apache.org/jira/browse/ARROW-4992 Project: Apache Arrow Issue Type: Bug

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC0

2019-03-21 Thread Krisztián Szűcs
Done, please check RC1 On Thu, Mar 21, 2019 at 6:31 PM Brian Hulette wrote: > I just merged https://github.com/apache/arrow/pull/4006 that bumps the > node > requirement to 11.12 to avoid this issue. Krisztian, can you cut an RC1 > with that change included? > > Brian > > On Thu, Mar 21, 2019

[VOTE] Release Apache Arrow JS 0.4.1 - RC1

2019-03-21 Thread Krisztián Szűcs
Hello all, I would like to propose the following release candidate (rc1) of Apache Arrow JavaScript version 0.4.1. This is the second release candidate, including the fix for node version requirement [3]. The source release rc1 is hosted at [1]. This release candidate is based on commit

[jira] [Created] (ARROW-4991) [CI] Bump travis node version to 11.12

2019-03-21 Thread Brian Hulette (JIRA)
Brian Hulette created ARROW-4991: Summary: [CI] Bump travis node version to 11.12 Key: ARROW-4991 URL: https://issues.apache.org/jira/browse/ARROW-4991 Project: Apache Arrow Issue Type: Bug

Re: Union typeIds width

2019-03-21 Thread Micah Kornfield
Which I guess means technically typeids in the schema metadata should only technically be signed 8 bit because any larger wouldn't be representable in the buffer. On Thursday, March 21, 2019, Wes McKinney wrote: > Yes, the "typeIds" field in the metadata are the codes that correspond > to each

[jira] [Created] (ARROW-4990) [C++] Kernel to compare array with array

2019-03-21 Thread Francois Saint-Jacques (JIRA)
Francois Saint-Jacques created ARROW-4990: - Summary: [C++] Kernel to compare array with array Key: ARROW-4990 URL: https://issues.apache.org/jira/browse/ARROW-4990 Project: Apache Arrow

Re: Union typeIds width

2019-03-21 Thread Wes McKinney
Yes, the "typeIds" field in the metadata are the codes that correspond to each type; the actual data uses 1 byte per value So we might have something like typeIds: [0, 5, 10] typeIds buffer: [0, 5, 10, 10, 10, 10, 0, 5, 10, 0] Relatedly, we will have to start a new mailing list discussion about

[jira] [Created] (ARROW-4989) [C++] Builds fails to find Ubuntu-packaged re2 library

2019-03-21 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-4989: - Summary: [C++] Builds fails to find Ubuntu-packaged re2 library Key: ARROW-4989 URL: https://issues.apache.org/jira/browse/ARROW-4989 Project: Apache Arrow

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC0

2019-03-21 Thread Brian Hulette
I just merged https://github.com/apache/arrow/pull/4006 that bumps the node requirement to 11.12 to avoid this issue. Krisztian, can you cut an RC1 with that change included? Brian On Thu, Mar 21, 2019 at 10:06 AM Brian Hulette wrote: > It looks like this was an issue with node v11.11 that was

[jira] [Created] (ARROW-4988) Bump required node version to 11.12

2019-03-21 Thread Brian Hulette (JIRA)
Brian Hulette created ARROW-4988: Summary: Bump required node version to 11.12 Key: ARROW-4988 URL: https://issues.apache.org/jira/browse/ARROW-4988 Project: Apache Arrow Issue Type: Bug

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC0

2019-03-21 Thread Brian Hulette
It looks like this was an issue with node v11.11 that was resolved in v11.12 [1,2]. Can you try upgrading and running again? [1] https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md#2019-03-15-version-11120-current-bridgear [2] https://github.com/nodejs/node/pull/26488 On

[jira] [Created] (ARROW-4987) [C++] Use orc conda-package on Linux and OSX

2019-03-21 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-4987: -- Summary: [C++] Use orc conda-package on Linux and OSX Key: ARROW-4987 URL: https://issues.apache.org/jira/browse/ARROW-4987 Project: Apache Arrow Issue Type:

Re: [VOTE] Release Apache Arrow JS 0.4.1 - RC0

2019-03-21 Thread Uwe L. Korn
This saldy fails locally for me on OSX High Sierra: ``` + npm run test > apache-arrow@0.4.1 test > /private/var/folders/3j/b8ctc4654q71hd_nqqh8yxc0gp/T/arrow-js-0.4.1.X.8XkDsa8C/apache-arrow-js-0.4.1 > NODE_NO_WARNINGS=1 gulp test [15:23:02] Using gulpfile

[jira] [Created] (ARROW-4986) [CI] Travis fails to install llvm@7

2019-03-21 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-4986: -- Summary: [CI] Travis fails to install llvm@7 Key: ARROW-4986 URL: https://issues.apache.org/jira/browse/ARROW-4986 Project: Apache Arrow Issue Type:

Re: MemoryPool in Arrow libraries

2019-03-21 Thread Uwe L. Korn
Hello, > On alignment: The Arrow Spec calls for at least 8-byte alignment but > recommends 64-byte alignment precisely for SIMD use-cases. There is still > an open JIRA item [3] to make Java have 64-byte alignment, so I don't think > Java is handling 64-byte alignment (I don't know about 8-byte

[jira] [Created] (ARROW-4985) [C++] arrow/testing headers are not installed

2019-03-21 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-4985: -- Summary: [C++] arrow/testing headers are not installed Key: ARROW-4985 URL: https://issues.apache.org/jira/browse/ARROW-4985 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-4984) [Flight][C++] Flight server segfaults when port is in use

2019-03-21 Thread David Li (JIRA)
David Li created ARROW-4984: --- Summary: [Flight][C++] Flight server segfaults when port is in use Key: ARROW-4984 URL: https://issues.apache.org/jira/browse/ARROW-4984 Project: Apache Arrow Issue

[jira] [Created] (ARROW-4983) [Plasma] Unmap memory when the client is destroyed

2019-03-21 Thread Philipp Moritz (JIRA)
Philipp Moritz created ARROW-4983: - Summary: [Plasma] Unmap memory when the client is destroyed Key: ARROW-4983 URL: https://issues.apache.org/jira/browse/ARROW-4983 Project: Apache Arrow