[ 
https://issues.apache.org/jira/browse/PHOENIX-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603705#comment-17603705
 ] 

ASF GitHub Bot commented on PHOENIX-6749:
-----------------------------------------

Aarchy commented on code in PR #1497:
URL: https://github.com/apache/phoenix/pull/1497#discussion_r969946578


##########
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/MultiHfileOutputFormat.java:
##########
@@ -195,7 +196,7 @@ public void write(TableRowkeyPair row, V cell)
 
                 // we now have the proper WAL writer. full steam ahead
                 if (cell.getTimestamp() == HConstants.LATEST_TIMESTAMP) {
-                    CellUtil.setTimestamp(cell, this.now);
+                    PrivateCellUtil.setTimestamp(cell, this.now);

Review Comment:
   I think 902df17f7186b44bff48b6885a7ae60681f4088f also contains this change. 





> Replace deprecated HBase 1.x API calls
> --------------------------------------
>
>                 Key: PHOENIX-6749
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6749
>             Project: Phoenix
>          Issue Type: Improvement
>          Components: connectors, core, queryserver
>            Reporter: Istvan Toth
>            Assignee: Aron Attila Meszaros
>            Priority: Major
>
> Now that we no longer care about Hbase 1.x compatibility, we should replace 
> the deprecated Hbase 1.x API calls with HBase 2 API calls.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to