[
https://issues.apache.org/jira/browse/PHOENIX-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438113#comment-16438113
]
Hudson commented on PHOENIX-4668:
---------------------------------
SUCCESS: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #96 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/96/])
PHOENIX-4668 Remove unnecessary table descriptor modification for (jtaylor: rev
8e61260bb2df936670be836ad02018c35b6842b7)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
> 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
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-4668.patch
>
>
> 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)