Re: 4.0 release preparation

2021-04-06 Thread Eric Burden
NVM, I'm dumb. I was looking at the blocking issues on my phone and didn't scroll enough. Carry on. On Tue, Apr 6, 2021 at 8:50 AM Eric Burden wrote: > Where's the wiki page? I looked over the 6 blocking issues, and they seem > a bit beyond my scope at the moment. I'd like to review t

Re: 4.0 release preparation

2021-04-06 Thread Eric Burden
Where's the wiki page? I looked over the 6 blocking issues, and they seem a bit beyond my scope at the moment. I'd like to review the 157 to see if there's anything I can tackle. On Mon, Apr 5, 2021 at 9:39 PM Neal Richardson wrote: > Hi all, > It's release time again. By our quarterly release

Re: [R][Rust][IPC] Attempting to pass RecordBatch from R to Rust via C ABI

2021-03-29 Thread Eric Burden
ing relating to Python specifically. > > On Sun, Mar 28, 2021 at 10:04 PM Eric Burden > wrote: > > > > I took a look, but it looks like the R side of things relies on > > `reticulate`, and I'm not keen to add Python as a dependency. After a bit > > of poking at th

Re: [R][Rust][IPC] Attempting to pass RecordBatch from R to Rust via C ABI

2021-03-28 Thread Eric Burden
> > Neal > > On Wed, Mar 24, 2021 at 2:20 PM Eric Burden > wrote: > > > Hello all! I'm attempting to construct a RecordBatch in R (from the > `iris` > > dataset for example), write it to an R arrow::BufferOutputStream, pass > the > > pointer to the buff

[R][Rust][IPC] Attempting to pass RecordBatch from R to Rust via C ABI

2021-03-24 Thread Eric Burden
Hello all! I'm attempting to construct a RecordBatch in R (from the `iris` dataset for example), write it to an R arrow::BufferOutputStream, pass the pointer to the buffer and length to Rust through the C ABI, then read the RecordBatch using the Rust arrow::ipc::reader::StreamReader. So, pretty

Re: [VOTE] Accept donation of Rust Ballista project

2021-03-23 Thread Eric Burden
+1 On Tue, Mar 23, 2021 at 7:18 AM Francois Saint-Jacques < fsaintjacq...@gmail.com> wrote: > +1 > > On Mon, Mar 22, 2021 at 8:33 AM Andrew Lamb wrote: > > > > +1 > > > > On Sun, Mar 21, 2021 at 7:08 PM paddy horan > wrote: > > > > > +1 (non-binding) > > > > > > > > >

Re: [Rust] Debug printing Date32Array panics for negative values

2021-03-02 Thread Eric Burden
Thanks! On Tue, Mar 2, 2021 at 5:02 PM Andrew Lamb wrote: > You need to be added to a separate list -- I will take care of it. Thank > you! > > On Tue, Mar 2, 2021 at 5:18 PM Eric Burden > wrote: > > > I've created the JIRA issue, how do I assign it to myself? > >

Re: [Rust] Debug printing Date32Array panics for negative values

2021-03-02 Thread Eric Burden
I've created the JIRA issue, how do I assign it to myself? On Tue, Mar 2, 2021 at 3:59 PM Andrew Lamb wrote: > Thanks Eric! A JIRA issue and PR would be most appreciated ! If you need > help, just let us know > > Andrew > > On Tue, Mar 2, 2021 at 4:24 PM Eric Burden > wr

Re: [Rust] Debug printing Date32Array panics for negative values

2021-03-02 Thread Eric Burden
ion[1] > envisions signed integers, but the rust code uses i32 signed integers [2]. > > [1] https://github.com/apache/arrow/blob/master/format/Schema.fbs > [2] > > https://github.com/apache/arrow/blob/d4a521aca48340a58c787b6067e11590fde1c05f/rust/arrow/src/datatypes/types.rs#L71 >

[Rust] Debug printing Date32Array panics for negative values

2021-03-02 Thread Eric Burden
As it says on the subject line. I encountered this issue attempting to store dates prior to the epoch (1970-01-01). I checked for an issue in JIRA and GitHub, but I didn't see anything related and wanted to raise it as a discussion before I filed an issue. MRE: fn test_date32_builder() { let

Re: [VOTE] Allow source-only release vote for patch releases

2021-02-27 Thread Eric Burden
+1 On Sat, Feb 27, 2021, 10:19 AM Neal Richardson wrote: > We've had some discussion about ways to reduce the cost of releasing and > ways to allow maintainers of subprojects to make more frequent maintenance > releases. In [1] we proposed allowing maintenance/patch releases on which > we vote