GitHub user lalinsky opened a pull request:
https://github.com/apache/phoenix/pull/90
[PHOENIX-2066] Fix upgrade from 4.4 to 4.5
Currently it always tries to run an upgrade from 4.1-4.3, but
if the schema is on 4.4, there are no columns to add so the
ALTER TABLE command fails.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lalinsky/phoenix PHOENIX-2066
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/90.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 #90
----
commit dc728b6a024bbe579b4acc5b357afefc251863d7
Author: Lukáš Lalinský <[email protected]>
Date: 2015-06-24T14:55:34Z
[PHOENIX-2066] Fix upgrade from 4.4 to 4.5
Currently it always tries to run an upgrade from 4.1-4.3, but
if the schema is on 4.4, there are no columns to add so the
ALTER TABLE command fails.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---