[
https://issues.apache.org/jira/browse/PHOENIX-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047784#comment-15047784
]
Thomas D'Silva commented on PHOENIX-2494:
-----------------------------------------
[~jamestaylor]
Its failing because of the following assert in
MetadataEndpointImpl.addRowsToChildViews()
{code}
assert columnPutsForBaseTable.size() > 0;
{code}
I don't think this assert is valid as we can alter the base table without
adding a new column and just add a property, should I remove it?
> Fix test failure AlterTableWithViewsIT.testMakeBaseTableTransactional
> ---------------------------------------------------------------------
>
> Key: PHOENIX-2494
> URL: https://issues.apache.org/jira/browse/PHOENIX-2494
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Thomas D'Silva
> Fix For: 4.7.0
>
>
> Looks like your fix for PHOENIX-2356 caused a test failure in
> AlterTableWithViewsIT.testMakeBaseTableTransactional(). See
> https://builds.apache.org/job/Phoenix-master/1004/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)