Skip to content

Commit a75c4dc

Browse files
committed
PHOENIX-7469 Partitioned CDC Index for partitioned tables (addendum)
1 parent 4283b7c commit a75c4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phoenix-core-client/src/main/java/org/apache/phoenix/expression/function/PartitionIdFunction.java

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public boolean evaluate(Tuple tuple, ImmutableBytesWritable ptr) {
6666
if (tuple == null) {
6767
return false;
6868
}
69+
tuple.getKey(ptr);
6970
if (ptr.getLength() < PARTITION_ID_LENGTH) {
7071
return false;
7172
}

0 commit comments

Comments
 (0)