Commit 9669237
committed
fix: resolve signed/unsigned integer comparison warning
- Use static_cast<size_t>() to convert view_of_partition->length to unsigned type
- Fixes modernize-use-integer-sign-comparison clang-tidy warning at line 375
- Safe conversion since Arrow array lengths are always non-negative1 parent 76994af commit 9669237
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| |||
0 commit comments