[
https://issues.apache.org/jira/browse/PHOENIX-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samarth Jain resolved PHOENIX-2831.
-----------------------------------
Resolution: Duplicate
> 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)