dimakuz opened a new pull request, #711: URL: https://github.com/apache/arrow-go/pull/711
bigEndianToDecimal256 in column_readers.go has a bug in the partial-word sign extension path: it shifts by wordLen (byte count) instead of wordLen*8 (bit count). ### Rationale for this change Found while reading a parquet file w/ a certain Decimal256 using go-arrow ### What changes are included in this PR? fix for bigEndianToDecimal256 ### Are these changes tested? Yes, round-trip test included ### Are there any user-facing changes? None -- 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]
