Commit d5c30e7
HBASE-22520 Avoid possible NPE while performing seekBefore in Hal… (apache#281)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
(cherry picked from commit 1904929)
Change-Id: Id793c6eb9d542e423dccb313ce74f460f4e974321 parent 9a85c11 commit d5c30e7
File tree
1 file changed
+4
-3
lines changed- hbase-server/src/main/java/org/apache/hadoop/hbase/io
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
0 commit comments