Re: [VOTE][RUST] Release Apache Arrow Rust 27.0.0 RC1

2022-11-11 Thread Philip
+1 (non-binding) Verified on Intel MacOS 12.6.1 On Fri, Nov 11, 2022 at 2:06 PM Ian Joiner wrote: > +1 (Non-binding) > > Verified on my System76/Ubuntu 22.04/AMD64 > > On Fri, Nov 11, 2022 at 3:12 PM Andrew Lamb wrote: > > > Hi, > > > > I would like to propose a release of Apache Arrow Rust Im

[jira] [Created] (ARROW-6395) [pyarrow] Bug when using bool arrays with stride greater than 1

2019-08-30 Thread Philip Felton (Jira)
Philip Felton created ARROW-6395: Summary: [pyarrow] Bug when using bool arrays with stride greater than 1 Key: ARROW-6395 URL: https://issues.apache.org/jira/browse/ARROW-6395 Project: Apache Arrow

[jira] [Created] (ARROW-6149) [Parquet] Decimal comparisons used for min/max statistics are not correct

2019-08-06 Thread Philip Felton (JIRA)
Philip Felton created ARROW-6149: Summary: [Parquet] Decimal comparisons used for min/max statistics are not correct Key: ARROW-6149 URL: https://issues.apache.org/jira/browse/ARROW-6149 Project

[jira] [Created] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-17 Thread Philip Felton (JIRA)
Philip Felton created ARROW-5630: Summary: [Python] Table of nested arrays doesn't round trip Key: ARROW-5630 URL: https://issues.apache.org/jira/browse/ARROW-5630 Project: Apache

[jira] [Created] (ARROW-3936) Add _O_NOINHERIT to the file open flags on Windows

2018-12-04 Thread Philip Felton (JIRA)
Philip Felton created ARROW-3936: Summary: Add _O_NOINHERIT to the file open flags on Windows Key: ARROW-3936 URL: https://issues.apache.org/jira/browse/ARROW-3936 Project: Apache Arrow

Re: Arrow client C++ Samples with Arrow APIs for Research work

2016-08-09 Thread Philip
that hardware acceleration ("vectorization") is active when the ARROW_SSE3 option (x86) or ARROW_ALTIVEC option (power) is on. Those are turned on here: https://github.com/apache/arrow/blob/master/cpp/CMakeLists.txt#L83-L89 Philip On Tue, Aug 9, 2016 at 1:46 AM, Sanjay Rao wrote: > Th