GitHub user ashuparekh opened a pull request:
https://github.com/apache/phoenix/pull/336
PHOENIX-4864 Fix NullPointerException while Logging some DDL Statements
Fixed the error. Still to add corresponding test case. @vincentpoon
@karanmehta93
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ashuparekh/phoenix 4.x-HBase-1.4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/336.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 #336
----
commit e34d4ee4e81ede77a3076815f86c2d2d10917e5a
Author: Ashutosh <aparekh@...>
Date: 2018-08-23T19:11:23Z
PHOENIX-4864 Fix NullPointerException while Logging some DDL Statements
----
---