z-york commented on issue #601: PHOENIX-5268 HBase 2.1/2.2 compatibility
URL: https://github.com/apache/phoenix/pull/601#issuecomment-566267522
 
 
   @stoty I was trying to test your PR out (rebased on 5.0.0-HBase-2.0) and I'm 
hitting this error:
   
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/data/IndexMemStore.java:[84,20]
 compare(org.apache.hadoop.hbase.Cell,org.apache.hadoop.hbase.Cell) in 
<anonymous org.apache.phoenix.hbase.index.covered.data.IndexMemStore$1> cannot 
override compare(org.apache.hadoop.hbase.Cell,org.apache.hadoop.hbase.Cell) in 
org.apache.hadoop.hbase.CellComparatorImpl
   
   However, I'm sure this has been fixed somehow (even though I can't seem to 
figure out how since it looks like it is still trying to override the method on 
the master branch: 
https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/data/IndexMemStore.java#L82)
   
   Did you run into that error?

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

Reply via email to