Commit 695c971
committed
Match Java's key bound when serializing deletion vector bitmaps
Java's RoaringPositionBitmap.readKey rejects keys above
Integer.MAX_VALUE - 1, while the serializer allowed one more key, so
PyIceberg could write a deletion vector Java cannot read.1 parent 5fdd51f commit 695c971
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
0 commit comments