[ https://issues.apache.org/jira/browse/PHOENIX-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richárd Antal resolved PHOENIX-6480. ------------------------------------ Fix Version/s: 5.1.3 4.16.2 5.2.0 4.17.0 Resolution: Fixed > SchemaExtractionProcessor doesn't add IMMUTABLE_STORAGE_SCHEME and > COLUMN_ENCODED_BYTES to the generated sql > ------------------------------------------------------------------------------------------------------------ > > Key: PHOENIX-6480 > URL: https://issues.apache.org/jira/browse/PHOENIX-6480 > Project: Phoenix > Issue Type: Bug > Reporter: Gokcen Iskender > Assignee: Gokcen Iskender > Priority: Major > Fix For: 4.17.0, 5.2.0, 4.16.2, 5.1.3 > > > convertPropertiesToString function has a check > if(value!=null && defaultProps.get(key) != null && > !value.equals(defaultProps.get(key))) > Since the value is not in defaultProps, it doesn't add it to the generated > ddl. > Also, is it possible to do IF NOT EXISTS to CREATE statement and ASYNC > perhaps? > Also move the phoenix-tools util into phoenix-core to avoid circular > dependency -- This message was sent by Atlassian Jira (v8.3.4#803005)