pankaj72981 commented on code in PR #6083:
URL: https://github.com/apache/hbase/pull/6083#discussion_r1679988175


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALEdit.java:
##########
@@ -294,7 +286,6 @@ public ArrayList<Cell> getCells() {
    * that nothing else depends on the contents being immutable.
    * @param cells the list of cells that this WALEdit now contains.
    */
-  @InterfaceAudience.Private
   // Used by replay.
   public void setCells(ArrayList<Cell> cells) {

Review Comment:
   Do we need to update setCells also? I think, there is no usage of this 
method in Phoenix.



-- 
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]

Reply via email to