[jira] [Created] (ARROW-6031) [Java] Support iterating a vector by ArrowBufPointer

2019-07-24 Thread Liya Fan (JIRA)
Liya Fan created ARROW-6031: --- Summary: [Java] Support iterating a vector by ArrowBufPointer Key: ARROW-6031 URL: https://issues.apache.org/jira/browse/ARROW-6031 Project: Apache Arrow Issue Type: N

[jira] [Created] (ARROW-6030) [Java] Efficiently compute hash code for ArrowBufPointer

2019-07-24 Thread Liya Fan (JIRA)
Liya Fan created ARROW-6030: --- Summary: [Java] Efficiently compute hash code for ArrowBufPointer Key: ARROW-6030 URL: https://issues.apache.org/jira/browse/ARROW-6030 Project: Apache Arrow Issue Typ

[jira] [Created] (ARROW-6029) [R] could not build

2019-07-24 Thread kohleth (JIRA)
kohleth created ARROW-6029: -- Summary: [R] could not build Key: ARROW-6029 URL: https://issues.apache.org/jira/browse/ARROW-6029 Project: Apache Arrow Issue Type: Bug Components: R Affe

Re: [Discuss] Do a 0.15.0 release before 1.0.0?

2019-07-24 Thread Bryan Cutler
+1 on a 0.15.0 release. At the minimum, if we could detect the stream and provide a clear error message for Python and Java I think that would help the transition. If we are also able to implement readers/writers that can fallback to 4-byte prefix, then that would be nice to have. On Wed, Jul 24,

Re: [Discuss] Do a 0.15.0 release before 1.0.0?

2019-07-24 Thread Jacques Nadeau
I'm ok with the change and 0.15 release to better manage it. > I've always understood the metadata to be a few dozen/hundred KB, a > small percentage of the total message size. I could be underestimating > the ratios though -- is it common to have tables w/ 1000+ columns? I've > seen a few report

Re: [Discuss] Do a 0.15.0 release before 1.0.0?

2019-07-24 Thread Paul Taylor
I'm not sure I understand this suggestion: 1. Wouldn't this cause old readers to miss the last 4 bytes of the buffer (and provide meaningless bytes at the beginning). 2. The current proposal on the other thread is to have the pattern be <0x> Sorry I didn't mean to say an int64_t length

Building on Arrow CUDA

2019-07-24 Thread Paul Taylor
I'm looking at options to replace the custom Arrow logic in cuDF with Arrow library calls. What's the recommended way to declare a dependency on pyarrow/arrowcpp with CUDA support? I see in the docs it says to build from source, but that's only an option for an (advanced) end-user. And buildin

[jira] [Created] (ARROW-6028) Failed to compile on windows platform using arrow

2019-07-24 Thread Haowei Yu (JIRA)
Haowei Yu created ARROW-6028: Summary: Failed to compile on windows platform using arrow Key: ARROW-6028 URL: https://issues.apache.org/jira/browse/ARROW-6028 Project: Apache Arrow Issue Type: Im

[jira] [Created] (ARROW-6027) CMake Build w/boost_ep fails on Windows - "%1 is not a valid Win32 application"

2019-07-24 Thread Jonathan McDevitt (JIRA)
Jonathan McDevitt created ARROW-6027: Summary: CMake Build w/boost_ep fails on Windows - "%1 is not a valid Win32 application" Key: ARROW-6027 URL: https://issues.apache.org/jira/browse/ARROW-6027

Re: Arrow sync call July 24 at 12:00 US/Eastern, 16:00 UTC

2019-07-24 Thread Micah Kornfield
Want to try https://meet.google.com/myj-ospb-dxw On Wed, Jul 24, 2019 at 9:12 AM Antoine Pitrou wrote: > > Apparently we're all having the same problem... > > > Le 24/07/2019 à 18:06, Micah Kornfield a écrit : > > Is this happening? I can't seem to join? > > > > On Tue, Jul 23, 2019 at 7:26 PM

Re: Arrow sync call July 24 at 12:00 US/Eastern, 16:00 UTC

2019-07-24 Thread Antoine Pitrou
Apparently we're all having the same problem... Le 24/07/2019 à 18:06, Micah Kornfield a écrit : > Is this happening? I can't seem to join? > > On Tue, Jul 23, 2019 at 7:26 PM Neal Richardson > wrote: > >> Hi everyone, >> Reminder that the biweekly Arrow call is tomorrow (well, already toda

Re: Arrow sync call July 24 at 12:00 US/Eastern, 16:00 UTC

2019-07-24 Thread Micah Kornfield
Is this happening? I can't seem to join? On Tue, Jul 23, 2019 at 7:26 PM Neal Richardson wrote: > Hi everyone, > Reminder that the biweekly Arrow call is tomorrow (well, already today for > some of you) at https://meet.google.com/vtm-teks-phx. All are welcome to > join. Notes will be sent out t

[jira] [Created] (ARROW-6026) [Doc] Add CONTRIBUTING.md

2019-07-24 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-6026: - Summary: [Doc] Add CONTRIBUTING.md Key: ARROW-6026 URL: https://issues.apache.org/jira/browse/ARROW-6026 Project: Apache Arrow Issue Type: Task C

[jira] [Created] (ARROW-6025) [Gandiva][Test] Error handling for missing timezone in castTIMESTAMP_utf8 tests

2019-07-24 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-6025: -- Summary: [Gandiva][Test] Error handling for missing timezone in castTIMESTAMP_utf8 tests Key: ARROW-6025 URL: https://issues.apache.org/jira/browse/ARROW-6025 Pro

[jira] [Created] (ARROW-6024) [Java] Provide more hash algorithms

2019-07-24 Thread Liya Fan (JIRA)
Liya Fan created ARROW-6024: --- Summary: [Java] Provide more hash algorithms Key: ARROW-6024 URL: https://issues.apache.org/jira/browse/ARROW-6024 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-6023) [C++][Gandiva] Add functions in Gandiva

2019-07-24 Thread Prudhvi Porandla (JIRA)
Prudhvi Porandla created ARROW-6023: --- Summary: [C++][Gandiva] Add functions in Gandiva Key: ARROW-6023 URL: https://issues.apache.org/jira/browse/ARROW-6023 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-6022) [Java] Support equals API in ValueVector to compare two vectors equal

2019-07-24 Thread Ji Liu (JIRA)
Ji Liu created ARROW-6022: - Summary: [Java] Support equals API in ValueVector to compare two vectors equal Key: ARROW-6022 URL: https://issues.apache.org/jira/browse/ARROW-6022 Project: Apache Arrow

[jira] [Created] (ARROW-6021) [Java] Extract copyFrom and copyFromSafe to ValueVector

2019-07-24 Thread Liya Fan (JIRA)
Liya Fan created ARROW-6021: --- Summary: [Java] Extract copyFrom and copyFromSafe to ValueVector Key: ARROW-6021 URL: https://issues.apache.org/jira/browse/ARROW-6021 Project: Apache Arrow Issue Type