Thomas D'Silva created PHOENIX-2831:
---------------------------------------
Summary: Fix bug in upgrade code when upgrading from a phoenix
version earlier than 4.3
Key: PHOENIX-2831
URL: https://issues.apache.org/jira/browse/PHOENIX-2831
Project: Phoenix
Issue Type: Bug
Reporter: Thomas D'Silva
In ConnectionQueryServicesImpl.java remove leading "," in columnsToAdd
line 2287
{code}
columnsToAdd += "," + PhoenixDatabaseMetaData.STORE_NULLS + " " +
PBoolean.INSTANCE.getSqlTypeName();
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)