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
Describe the bug, including details regarding any error messages, version, and platform.
Details : The arrow to parquet conversion fails for arrow.DECIMAL256 type with error err not implemented: support for DECIMAL256
Haven't looked at the internal details but seems like it may have been missed while introducing support for arrow.DECIMAL256 type here : #13792
Version : v13
Platform : macOS M1
Component(s)
Go
The text was updated successfully, but these errors were encountered:
k-anshul
changed the title
Arrow to parquet conversion fails for arrow.DECIMAL256 type
[Go] Arrow to parquet conversion fails for arrow.DECIMAL256 type
Aug 28, 2023
### Rationale for this change
When support for decimal128 was added to the Go Parquet lib, decimal256 wasn't yet implemented in the library. This adds proper support to read/write decimal256 with Parquet based on origin schemas and precision.
### Are these changes tested?
yes
* Closes: #37419
Authored-by: Matt Topol <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
…37503)
### Rationale for this change
When support for decimal128 was added to the Go Parquet lib, decimal256 wasn't yet implemented in the library. This adds proper support to read/write decimal256 with Parquet based on origin schemas and precision.
### Are these changes tested?
yes
* Closes: apache#37419
Authored-by: Matt Topol <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…37503)
### Rationale for this change
When support for decimal128 was added to the Go Parquet lib, decimal256 wasn't yet implemented in the library. This adds proper support to read/write decimal256 with Parquet based on origin schemas and precision.
### Are these changes tested?
yes
* Closes: apache#37419
Authored-by: Matt Topol <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
Details : The arrow to parquet conversion fails for
arrow.DECIMAL256
type with errorerr not implemented: support for DECIMAL256
Haven't looked at the internal details but seems like it may have been missed while introducing support for
arrow.DECIMAL256
type here : #13792Version : v13
Platform : macOS M1
Component(s)
Go
The text was updated successfully, but these errors were encountered: