Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
Description
Multiple test cases (e.g. testSetLastSetUsage) in TestLargeListVector fail on a big-endian platform.
This is because these test cases read offset as integer while the width of the offset is 8-byte. This means that only the first 4-byte are read. It works only for a little-endian platform.
Attachments
Issue Links
- links to