Commit dfdee96
Remove deprecated TabletLocator methods (#3320)
## Summary
Remove deprecated methods that use non-public TabletLocator class.
## Files Changed
- `BatchScannerSession.java` - Remove `setTabletLocator(TabletLocator)`
method (was a no-op)
- `PushdownFunction.java` - Remove constructor with TabletLocator
parameter
## Notes
These methods were deprecated in PR #3246 and are no longer functional
since TabletLocator usage was removed from BulkInputFormat.
Fixes #3319
Part of #2443
Co-authored-by: foster33 <84727868+foster33@users.noreply.github.com>1 parent ec4230b commit dfdee96
File tree
2 files changed
+1
-13
lines changed- warehouse/query-core/src/main/java/datawave/query
- scheduler
- tables
2 files changed
+1
-13
lines changedLines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | | - | |
| 44 | + | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
731 | 730 | | |
732 | 731 | | |
733 | 732 | | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | 733 | | |
740 | 734 | | |
741 | 735 | | |
| |||
0 commit comments