-
Notifications
You must be signed in to change notification settings - Fork 221
Added support for decimal256 read/write in parquet #1412
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1412 +/- ##
==========================================
+ Coverage 83.63% 83.75% +0.11%
==========================================
Files 374 374
Lines 40603 40932 +329
==========================================
+ Hits 33959 34283 +324
- Misses 6644 6649 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Need tests to covert the read/write of Decimal256. |
I think need some help. I have two questions:
With number 9 in read, it's: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9] in write, it's: [9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
This already fix. Because of this bug in i256::to_be_bytes . The high and low positions are reversed in this function . Fixed in this pr. |
490cfce
to
b82d43a
Compare
@sundy-li @jorgecarleitao This pr is ready for review now. THX |
https://github.com/jorgecarleitao/arrow2/actions/runs/4310837007/jobs/7525280388 ➤ YN0000: └ Completed in 12s 459ms |
I think this failure has nothing to do with this pr. Is it possible to merge? @jorgecarleitao
|
Link to #1411