Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.4.0 RC2

2022-08-10 Thread Kun Liu
+1 (no binding) verified in intel Mac. Thanks! Remzi Yang <1371656737...@gmail.com> 于2022年8月11日周四 09:05写道: > +1 (non_binding) Verified on M1 Mac. > Thank you, Andrew! > > On Thu, 11 Aug 2022 at 02:28, QP Hou wrote: > > > +1 binding! > > > > On Wed, Aug 10, 2022 at 12:31 PM L. C. Hsieh wrote: >

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.4.0 RC2

2022-08-10 Thread Remzi Yang
+1 (non_binding) Verified on M1 Mac. Thank you, Andrew! On Thu, 11 Aug 2022 at 02:28, QP Hou wrote: > +1 binding! > > On Wed, Aug 10, 2022 at 12:31 PM L. C. Hsieh wrote: > > > +1 (non-binding). Verified on Intel Mac. > > > > Thank you, Andrew! > > > > On Wed, Aug 10, 2022 at 7:36 AM Andy Grove

Re: Fatal Python error for process exit after opening Pyarrow batch iterator

2022-08-10 Thread Weston Pace
I'm not sure of the exact error you are getting but I suspect this may be related to something I am currently working on[1]. I can reproduce it fairly easily without GCS: ``` import pyarrow as pa import pyarrow.dataset as ds my_dataset = ds.dataset(['/some/big/file.csv'], format='csv') batch_ite

[C++] Disable anonymous namespaces in debug mode

2022-08-10 Thread Sasha Krassovsky
Hi everyone, I've recently had quite a few pain points while debugging due to the use of anonymous namespaces throughout the code. Specifically, GDB does an absolutely *terrible* job when a type is in an anonymous namespace (e.g. I can't cast an ExecNode to its type). It's also difficult to set bre

Re: Proposal: Allow any ASF Jira user to assign ARROW issues

2022-08-10 Thread Rok Mihevc
It would be great if this friction point is removed. +1 Rok On Wed, Aug 10, 2022 at 11:36 PM Sutou Kouhei wrote: > +1 > > In > "Proposal: Allow any ASF Jira user to assign ARROW issues" on Wed, 10 > Aug 2022 14:32:21 -0600, > Todd Farmer wrote: > > > Hello, > > > > Community members seeki

Re: Proposal: Allow any ASF Jira user to assign ARROW issues

2022-08-10 Thread Sutou Kouhei
+1 In "Proposal: Allow any ASF Jira user to assign ARROW issues" on Wed, 10 Aug 2022 14:32:21 -0600, Todd Farmer wrote: > Hello, > > Community members seeking to address issues in the ASF Jira ARROW project > must both register for ASF Jira and be given the "Contributor" role. > Current p

Proposal: Allow any ASF Jira user to assign ARROW issues

2022-08-10 Thread Todd Farmer
Hello, Community members seeking to address issues in the ASF Jira ARROW project must both register for ASF Jira and be given the "Contributor" role. Current project documentation [1] instructs individuals to request this role via this mailing list, or in a comment on the issue itself. This adds f

Re: Fatal Python error for process exit after opening Pyarrow batch iterator

2022-08-10 Thread Li Jin
Hi - Gently bump this. I suspect this is an upstream issue and wonder if this is a known issue. Is there any other information we can provide? (I think the repro is pretty straightforward but let us know otherwise) On Mon, Aug 8, 2022 at 8:16 PM Alex Libman wrote: > Hi, > > I've hit an issue in

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.4.0 RC2

2022-08-10 Thread QP Hou
+1 binding! On Wed, Aug 10, 2022 at 12:31 PM L. C. Hsieh wrote: > +1 (non-binding). Verified on Intel Mac. > > Thank you, Andrew! > > On Wed, Aug 10, 2022 at 7:36 AM Andy Grove wrote: > > > > +1 (binding) > > > > Verified on Ubuntu 20.04.4 LTS > > > > Thanks, Andrew! > > > > On Wed, Aug 10, 202

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.4.0 RC2

2022-08-10 Thread L. C. Hsieh
+1 (non-binding). Verified on Intel Mac. Thank you, Andrew! On Wed, Aug 10, 2022 at 7:36 AM Andy Grove wrote: > > +1 (binding) > > Verified on Ubuntu 20.04.4 LTS > > Thanks, Andrew! > > On Wed, Aug 10, 2022 at 8:28 AM Andrew Lamb wrote: > > > Hi, > > > > I would like to propose a release of Apa

Re: [VOTE][RUST] Release Apache Arrow Rust Object Store 0.4.0 RC2

2022-08-10 Thread Andy Grove
+1 (binding) Verified on Ubuntu 20.04.4 LTS Thanks, Andrew! On Wed, Aug 10, 2022 at 8:28 AM Andrew Lamb wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Object > Store Implementation, version 0.4.0. > > This is my first attempt to do a release so please let me know if yo

[VOTE][RUST] Release Apache Arrow Rust Object Store 0.4.0 RC2

2022-08-10 Thread Andrew Lamb
Hi, I would like to propose a release of Apache Arrow Rust Object Store Implementation, version 0.4.0. This is my first attempt to do a release so please let me know if you encounter any issues or have any suggestions. Note that the verification script is in a different (but similar) location Th