GitHub user SsnL opened a pull request:

    https://github.com/apache/phoenix/pull/185

    [PHOENIX-3097] Incompatibilities with HBase 0.98.6

    This fixes most of the incompatibilities. However, there is a call to 
`HBaseAdmin.truncateTable` (not available in 0.98.6) at 
https://github.com/apache/phoenix/blob/4.x-HBase-0.98/phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java#L598.
 This isn't easy to fix as the logic in convoluted in HBase side..
    
    Fortunately, this only happens when users of view indexes upgrade from an 
older Phoenix version. We could alert users with HBase 0.98.6 before they 
upgrades.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SsnL/phoenix PHOENIX-3097

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/185.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #185
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to