You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2016/04/11 21:40:25 UTC

[jira] [Created] (PHOENIX-2831) Fix bug in upgrade code when upgrading from a phoenix version earlier than 4.3

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)