[
https://issues.apache.org/jira/browse/HIVE-12593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15042398#comment-15042398
]
Gabor Liptak commented on HIVE-12593:
-------------------------------------
This typo is baked into the Serde Thrift protocol:
{code}
./hcatalog/src/test/e2e/hcatalog/tests/hcat.conf
./ql/src/test/results/clientpositive/orc_create.q.out
./ql/src/test/results/clientpositive/show_create_table_delimited.q.out
./ql/src/test/results/clientpositive/parquet_mixed_partition_formats.q.out
./serde/if/serde.thrift
{code}
Maybe a Committer can offer an approach?
> spelling mistake in Alter table script to change 'collection items terminated
> by' value
> ---------------------------------------------------------------------------------------
>
> Key: HIVE-12593
> URL: https://issues.apache.org/jira/browse/HIVE-12593
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: laxdeep bomble
> Priority: Minor
>
> Step 1:
> create table using following script:
> create table customer
> (arr array<string>)
> row format delimited
> collection items terminated by '$'
> Step2: Alter the table using following script:
> ALTER TABLE customer SET SERDEPROPERTIES ('collection.delim'='%')
> Step3: Execute the 'show create table customer' command.
> It is observed that the 'collection items terminated by' value is not gets
> changed.
> Step4: Execute the following command:
> ALTER TABLE customer
> SET SERDEPROPERTIES ('colelction.delim' = '%');
> Step5: Observe the 'show create table customer' result:
> 'collection items terminated by' value is reflected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)