You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/07/30 13:26:01 UTC

[jira] [Commented] (PHOENIX-6480) SchemaExtractionProcessor doesn't add IMMUTABLE_STORAGE_SCHEME and COLUMN_ENCODED_BYTES to the generated sql

    [ https://issues.apache.org/jira/browse/PHOENIX-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390582#comment-17390582 ] 

ASF GitHub Bot commented on PHOENIX-6480:
-----------------------------------------

richardantal opened a new pull request #1279:
URL: https://github.com/apache/phoenix/pull/1279


   …t properties


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>
> 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)