GitHub user karanmehta93 opened a pull request:
https://github.com/apache/phoenix/pull/288
PHOENIX-4523 phoenix.schema.isNamespaceMappingEnabled problem
(TableExistsException should be ignored when trying to create SYSTEM:MUTEX
table)
@JamesRTaylor FYI.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karanmehta93/phoenix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/288.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 #288
----
commit 5bd7e3d24f2f807322f61e179e5536b9b38b0edb
Author: Karan Mehta <karanmehta93@...>
Date: 2018-01-11T06:37:42Z
PHOENIX-4523 phoenix.schema.isNamespaceMappingEnabled problem
(TableExistsException should be ignored when trying to create SYSTEM:MUTEX
table)
----
---