You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous patch[1] has allowing Decimal32/Decimal64 type in arrow. However, Parquet has poor support for them now. We need more testing and test for it.
We now have store_decimal_as_integer. This should also working for decimal32/decimal64.
@wgtmac Here is my attempt #45351 on this task. I'm not sure whether I understood all the requirements of this task correctly, so feel free to correct me if I misunderstood something
Describe the enhancement requested
The previous patch[1] has allowing Decimal32/Decimal64 type in arrow. However, Parquet has poor support for them now. We need more testing and test for it.
We now have
store_decimal_as_integer
. This should also working for decimal32/decimal64.[1] #43957
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: