pankaj72981 commented on code in PR #6547:
URL: https://github.com/apache/hbase/pull/6547#discussion_r1892882234
##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java:
##########
@@ -413,7 +417,7 @@ public void map(ImmutableBytesWritable row, Result value,
Context context) throw
// skip if we filtered it out
if (kv == null) continue;
Cell ret = convertKv(kv, cfRenameMap);
- context.write(new CellWritableComparable(ret), ret);
+ context.write(new CellWritableComparable(ret), new
MapReduceExtendedCell(ret));
}
Review Comment:
Can you please add a UT?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]