[RESULT][VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-10-02 Thread Micah Kornfield
#x27;ll catch up at some point. >> >> On Wed, 30 Sep 2020 at 03:10, Holden Karau wrote: >> >> > +1 (non-binding) >> > >> > On Tue, Sep 29, 2020 at 6:08 PM Sutou Kouhei >> wrote: >> > >> > > +1 >> > > >> >

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-10-02 Thread Micah Kornfield
Tue, Sep 29, 2020 at 6:08 PM Sutou Kouhei wrote: > > > > > +1 > > > > > > In > > > > "Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow > > > specification" on Tue, 29 Sep 2020 13:38:04 -0700, > > &g

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Neville Dipale
+1 (non-binding) Rust support is behind, but we'll catch up at some point. On Wed, 30 Sep 2020 at 03:10, Holden Karau wrote: > +1 (non-binding) > > On Tue, Sep 29, 2020 at 6:08 PM Sutou Kouhei wrote: > > > +1 > > > > In > > "Re: [VOTE][Fo

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Holden Karau
+1 (non-binding) On Tue, Sep 29, 2020 at 6:08 PM Sutou Kouhei wrote: > +1 > > In > "Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow > specification" on Tue, 29 Sep 2020 13:38:04 -0700, > Jacques Nadeau wrote: > > > +1 > > &

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Sutou Kouhei
+1 In "Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification" on Tue, 29 Sep 2020 13:38:04 -0700, Jacques Nadeau wrote: > +1 > > On Tue, Sep 29, 2020 at 11:19 AM Wes McKinney wrote: > >> +1 >> >> On Tue, Sep 29,

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Jacques Nadeau
+1 On Tue, Sep 29, 2020 at 11:19 AM Wes McKinney wrote: > +1 > > On Tue, Sep 29, 2020 at 4:07 AM Fan Liya wrote: > > > > +1 > > > > Best, > > Liya Fan > > > > On Tue, Sep 29, 2020 at 4:55 PM Antoine Pitrou > wrote: > > > > > > > > +1 (binding) > > > > > > I didn't look at the implementation. >

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Wes McKinney
+1 On Tue, Sep 29, 2020 at 4:07 AM Fan Liya wrote: > > +1 > > Best, > Liya Fan > > On Tue, Sep 29, 2020 at 4:55 PM Antoine Pitrou wrote: > > > > > +1 (binding) > > > > I didn't look at the implementation. > > > > Regards > > > > Antoine. > > > > > > Le 29/09/2020 à 06:54, Micah Kornfield a écrit

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Fan Liya
+1 Best, Liya Fan On Tue, Sep 29, 2020 at 4:55 PM Antoine Pitrou wrote: > > +1 (binding) > > I didn't look at the implementation. > > Regards > > Antoine. > > > Le 29/09/2020 à 06:54, Micah Kornfield a écrit : > > I've opened a PR that updates the specification to allow for 256-bit > > Decimal

Re: [VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-29 Thread Antoine Pitrou
+1 (binding) I didn't look at the implementation. Regards Antoine. Le 29/09/2020 à 06:54, Micah Kornfield a écrit : > I've opened a PR that updates the specification to allow for 256-bit > Decimal types [1]. It updates both schema.fbs and the C-ABI to document > this support. > > The decim

[VOTE][Format] Allow for 256-bit Decimal's in the Arrow specification

2020-09-28 Thread Micah Kornfield
I've opened a PR that updates the specification to allow for 256-bit Decimal types [1]. It updates both schema.fbs and the C-ABI to document this support. The decimal256 branch [2] contains implementations in Java and C++ and updates to the integration test to demonstrate interoperability. If th