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

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

gokceni commented on a change in pull request #1363:
URL: https://github.com/apache/phoenix/pull/1363#discussion_r766180686



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
##########
@@ -5220,12 +5260,8 @@ private boolean evaluateStmtProperties(MetaProperties 
metaProperties, MetaProper
             throws SQLException {
         boolean changingPhoenixTableProperty = false;
 
-        if (metaProperties.getImmutableRowsProp() != null) {
+        if (metaProperties.getImmutableRowsProp() != null && table.getType() 
!= INDEX) {
             if (metaProperties.getImmutableRowsProp().booleanValue() != 
table.isImmutableRows()) {
-                if (table.getImmutableStorageScheme() != 
ImmutableStorageScheme.ONE_CELL_PER_COLUMN) {

Review comment:
       yes, the failing tests were due to this. updated




-- 
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-unsubscr...@phoenix.apache.org

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


> Create SYSTEM.TRANSFORM table
> -----------------------------
>
>                 Key: PHOENIX-6603
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6603
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Gokcen Iskender
>            Priority: Major
>
> SYSTEM.TRANSFORM is a table for bookkeeping the transform process



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to