fallintoplace opened a new pull request, #1122: URL: https://github.com/apache/arrow-go/pull/1122
### What does this change do?\n\nReturn an error instead of narrowing Decimal128 and Decimal256 values into Parquet INT32 or INT64 columns when they do not fit.\n\n### Why?\n\nThe current checks use debug.Assert, which is disabled in normal builds. An overflowing value is then written with truncated bits.\n\n### Tests\n\n- go test ./parquet/pqarrow -run TestDecimalIntegerOverflow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
