swaroopak commented on a change in pull request #701: PHOENIX-5709 Simplify
index update generation code for consistent glo…
URL: https://github.com/apache/phoenix/pull/701#discussion_r377820108
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java
##########
@@ -565,12 +829,6 @@ private void prepareIndexMutations(
// add the VERIFIED cell, which is the empty cell
Mutation m = update.getFirst();
if (context.rebuild) {
- if (m instanceof Put) {
- long ts = getMaxTimestamp(m);
- // Remove the empty column prepared by Index codec
as we need to change its value
- removeEmptyColumn(m, emptyCF, emptyCQ);
- ((Put) m).addColumn(emptyCF, emptyCQ, ts,
VERIFIED_BYTES);
Review comment:
Now that this snippet is added in the next commit, the above comment makes
sense too. Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services