Re: Add support for Decimal64

2021-11-23 Thread siddharth teotia
If the timeline is not tight, I can help with Java side implementation. IIRC, we already have have 16 byte and 32 byte 2's complement based decimal vector implementations in Java based off BigDecimal. Is this similar work for 4 and 8 byte implementations? I will have to refresh my memory of code b

Re: Add support for Decimal64

2021-11-23 Thread Micah Kornfield
It would be nice to round off support. I think there might be a stake PR that started in C++ side. Unfortunately, I do but have bandwidth to help with the effort. On Tuesday, November 23, 2021, Wang Xudong wrote: > Yes, It's very nice to add 32-bit and 64-bit decimal support to Arrow. If > we

Re: Add support for Decimal64

2021-11-23 Thread Wang Xudong
Yes, It's very nice to add 32-bit and 64-bit decimal support to Arrow. If we decide to do it, I think I can help to work on C++ support. -- xudong963 Wes McKinney 于2021年11月24日周三 上午11:28写道: > I think we should consider adding 32-bit and 64-bit decimal support to > Arrow — this also needs to be a

Re: Add support for Decimal64

2021-11-23 Thread Wes McKinney
I think we should consider adding 32-bit and 64-bit decimal support to Arrow — this also needs to be added at the specification level and we would need volunteers to work on Java and C++ support as well as integration testing. What do others think? On Thu, Nov 18, 2021 at 11:13 PM Stephen Jiang w

Re: Add support for Decimal64

2021-11-18 Thread Stephen Jiang
We are heavy users of Arrow; and need support for Decimal64. Currently we have to use Decimal128, for small decimals. Any update on when ARROW-9404 will be worked on? Thanks Stephen