Commit c78a96c
apacheGH-41590: [Java] Improve BaseRepeatedValueVector function on isEmpty and isNull operations (apache#41601)
### Rationale for this change
Resolves apache#41590 .
### What changes are included in this PR?
Make `abstract` on `isNull` and `isEmpty` of `BaseRepeatedValueVector`.
### Are these changes tested?
Existing tests pass.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#41590
Authored-by: Tai Le Manh <[email protected]>
Signed-off-by: David Li <[email protected]>1 parent 1e4966d commit c78a96c
File tree
1 file changed
+2
-10
lines changed- vector/src/main/java/org/apache/arrow/vector/complex
1 file changed
+2
-10
lines changedLines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
| 358 | + | |
| 359 | + | |
368 | 360 | | |
369 | 361 | | |
370 | 362 | | |
| |||
0 commit comments