[
https://issues.apache.org/jira/browse/PHOENIX-7948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell updated PHOENIX-7948:
-----------------------------------------
Description: When a table is transformed via DDL like `ALTER TABLE ... SET
IMMUTABLE_STORAGE_SCHEME=SINGLE_CELL_ARRAY_WITH_OFFSETS,
COLUMN_ENCODED_BYTES=2`, the two-phase transform creates the new physical base
table without carrying over the `IMMUTABLE_STORAGE_SCHEME` and
`COLUMN_ENCODED_BYTES` properties from the logical table. The equivalent index
transform path does this correctly.
> Table transforms drop IMMUTABLE_STORAGE_SCHEME and COLUMN_ENCODED_BYTES
> properties
> ----------------------------------------------------------------------------------
>
> Key: PHOENIX-7948
> URL: https://issues.apache.org/jira/browse/PHOENIX-7948
> Project: Phoenix
> Issue Type: Sub-task
> Components: core, test
> Reporter: Andrew Kyle Purtell
> Assignee: Andrew Kyle Purtell
> Priority: Major
> Fix For: 5.4.0, 5.3.2
>
>
> When a table is transformed via DDL like `ALTER TABLE ... SET
> IMMUTABLE_STORAGE_SCHEME=SINGLE_CELL_ARRAY_WITH_OFFSETS,
> COLUMN_ENCODED_BYTES=2`, the two-phase transform creates the new physical
> base table without carrying over the `IMMUTABLE_STORAGE_SCHEME` and
> `COLUMN_ENCODED_BYTES` properties from the logical table. The equivalent
> index transform path does this correctly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)