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

James Taylor commented on PHOENIX-1479:
---------------------------------------

I agree that copy/pasting code is not a good idea, but I suspect [~rajesh23] 
took this route for the LOCAL index implementation in Phoenix because he 
couldn't achieve the same through a split policy.

> IndexSplitTransaction won't compile after HBASE-12550
> -----------------------------------------------------
>
>                 Key: PHOENIX-1479
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1479
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>
> {code}
> [ERROR] 
> /Users/apurtell/src/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexSplitTransaction.java:[364,28]
>  method createDaughterRegionFromSplits in class 
> org.apache.hadoop.hbase.regionserver.HRegion cannot be applied to given types;
> [ERROR] required: org.apache.hadoop.hbase.HRegionInfo,int
> [ERROR] found: org.apache.hadoop.hbase.HRegionInfo
> [ERROR] reason: actual and formal argument lists differ in length
> [ERROR] 
> /Users/apurtell/src/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexSplitTransaction.java:[368,28]
>  method createDaughterRegionFromSplits in class 
> org.apache.hadoop.hbase.regionserver.HRegion cannot be applied to given types;
> [ERROR] required: org.apache.hadoop.hbase.HRegionInfo,int
> [ERROR] found: org.apache.hadoop.hbase.HRegionInfo
> [ERROR] reason: actual and formal argument lists differ in length
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to