Ashutosh Parekh created PHOENIX-4864:
----------------------------------------
Summary: Fix NullPointerException while Logging some DDL Statements
Key: PHOENIX-4864
URL: https://issues.apache.org/jira/browse/PHOENIX-4864
Project: Phoenix
Issue Type: Bug
Reporter: Ashutosh Parekh
We encounter a NullPointerException when ResultSet is null when some type of
DDL queries are executed. The following error is encountered.
java.lang.NullPointerException: null
at
org.apache.phoenix.jdbc.LoggingPhoenixResultSet.close(LoggingPhoenixResultSet.java:40)
at
org.apache.calcite.avatica.jdbc.JdbcMeta$StatementExpiryHandler.onRemoval(JdbcMeta.java:1105)
at
com.google.common.cache.LocalCache.processPendingNotifications(LocalCache.java:1963)
...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)