GitHub user ChinmaySKulkarni opened a pull request:
https://github.com/apache/phoenix/pull/295
WIP: Added check for system catalog timestamp while doing client-server
compatibility checks. Added checks for the existence of system catalog to avoid
unnecessarily trying to create it.
TODO: Add tests. Test Plan in comments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ChinmaySKulkarni/phoenix PHOENIX-4579
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/295.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 #295
----
commit a3bbe74672b81ef50d5e81e9efef9445aba83986
Author: Chinmay Kulkarni <chinmayskulkarni@...>
Date: 2018-03-22T00:35:36Z
WIP: Added check for system catalog timestamp while doing client-server
compatibility checks. Added checks for the existence of system catalog to avoid
unnecessarily trying to create it. TODO: Add tests. Test Plan in comments.
----
---