[
https://issues.apache.org/jira/browse/PHOENIX-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520933#comment-14520933
]
Hudson commented on PHOENIX-1882:
---------------------------------
FAILURE: Integrated in Phoenix-master #737 (See
[https://builds.apache.org/job/Phoenix-master/737/])
PHOENIX-1882 Issue column family deletes instead of row deletes in PTableImpl
(thomas: rev efd7c9f735433c8512877ad3db194bb325bdde32)
* phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java
*
phoenix-core/src/it/java/org/apache/phoenix/end2end/MappingTableDataTypeIT.java
* phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
> Issue column family deletes instead of row deletes in PTableImpl
> ----------------------------------------------------------------
>
> Key: PHOENIX-1882
> URL: https://issues.apache.org/jira/browse/PHOENIX-1882
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: James Taylor
> Assignee: Thomas D'Silva
> Fix For: 5.0.0, 4.4.0
>
> Attachments: PHOENIX-1882-4.x-HBase-0.98-v2.patch,
> PHOENIX-1882-4.x-HBase-0.98.patch, PHOENIX-1882-master-v2.patch,
> PHOENIX-1882-master.patch
>
>
> Since PTable knows which column families are under control of Phoenix
> (table.getColumnFamilies()), we should issue a column family delete for each
> of them instead of a row delete (this is what it gets translated to anyway
> when it gets to the server). This is actually better, as Phoenix should not
> attempt to manage undeclared column families.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)