Commit 2e655be
refactor: simplify UInt64 conversion in extractRowAddresses
Use UInt8Vector.getObjectNoOverflow().longValue() directly with a
comment noting it follows the same pattern as UInt8Accessor.getLong().
Removed unnecessary BigInteger cast.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 81b3e92 commit 2e655be
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- lance-spark-base_2.12/src/main/java/org/lance/spark/internal
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments