You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/22 20:20:00 UTC

[jira] [Commented] (PHOENIX-4668) Remove unnecessary table descriptor modification for SPLIT_POLICY column

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

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

Github user ChinmaySKulkarni commented on the issue:

    https://github.com/apache/phoenix/pull/296
  
    @twdsilva @JamesRTaylor please review. Thanks.


> Remove unnecessary table descriptor modification for SPLIT_POLICY column
> ------------------------------------------------------------------------
>
>                 Key: PHOENIX-4668
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4668
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Chinmay Kulkarni
>            Assignee: Chinmay Kulkarni
>            Priority: Major
>
> Inside _ConnectionQueryServicesImpl.ensureTableCreated()_, we modify the table descriptor with
> newDesc.setValue(HTableDescriptor.SPLIT_POLICY, MetaDataSplitPolicy.class.getName()), however we already have this mentioned in the create statement DDL for system tables, so we can remove this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)