Skip to content

Commit

Permalink
PHOENIX-7469 Partitioned CDC Index for partitioned tables (addendum)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirozde committed Nov 25, 2024
1 parent 4283b7c commit a75c4dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public boolean evaluate(Tuple tuple, ImmutableBytesWritable ptr) {
if (tuple == null) {
return false;
}
tuple.getKey(ptr);
if (ptr.getLength() < PARTITION_ID_LENGTH) {
return false;
}
Expand Down

0 comments on commit a75c4dc

Please sign in to comment.