gjacoby126 commented on code in PR #1448:
URL: https://github.com/apache/phoenix/pull/1448#discussion_r886070517


##########
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java:
##########
@@ -1532,23 +1538,26 @@ private PTable getTableFromCells(List<Cell> 
tableCellList, List<List<Cell>> allC
                 long columnTimestamp =
                     columnCellList.get(0).getTimestamp() != 
HConstants.LATEST_TIMESTAMP ?
                         columnCellList.get(0).getTimestamp() : timeStamp;
+                boolean isSalted = saltBucketNum != null

Review Comment:
   If we're doing an ALTER we need to check both the original version of the 
table AND the Cells from the ALTER to see if the table's salted



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