[
https://issues.apache.org/jira/browse/HIVE-23179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17081833#comment-17081833
]
Hive QA commented on HIVE-23179:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12999680/HIVE-23179.2.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 18211 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestTezPerfConstraintsCliDriver.testCliDriver[cbo_query19]
(batchId=308)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21586/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21586/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21586/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12999680 - PreCommit-HIVE-Build
> Show create table is not showing SerDe Properties in unicode
> ------------------------------------------------------------
>
> Key: HIVE-23179
> URL: https://issues.apache.org/jira/browse/HIVE-23179
> Project: Hive
> Issue Type: Bug
> Reporter: Naresh P R
> Assignee: Naresh P R
> Priority: Minor
> Attachments: HIVE-23179.1.patch, HIVE-23179.2.patch
>
>
> Table with special character delimiters are not shown in show create output
> eg.,
> create external table test(age int, name string) ROW FORMAT DELIMITED FIELDS
> TERMINATED BY '\u0001' stored as textfile;
> Show create output
> +----------------------------------------------------+
> | createtab_stmt |
> +----------------------------------------------------+
> | CREATE EXTERNAL TABLE `test`( |
> | `age` int, |
> | `name` string) |
> | ROW FORMAT SERDE |
> | 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' |
> | WITH SERDEPROPERTIES ( |
> | 'field.delim'='', |
> | 'serialization.format'='') |
> | STORED AS INPUTFORMAT |
> | 'org.apache.hadoop.mapred.TextInputFormat' |
> | OUTPUTFORMAT |
> | 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat' |
> | LOCATION |
> | 'hdfs://abcd:8020/warehouse/tablespace/external/hive/testca' |
> | TBLPROPERTIES ( |
> | 'bucketing_version'='2', |
> | 'discover.partitions'='true', |
> | 'transient_lastDdlTime'='1577162310') |
> +----------------------------------------------------+
> Few client console not able to show ^A (Ctrl + A) properly. It's better to
> show the output in unicode as shown in desc formatted.
> | Storage Desc Params: | NULL
> | NULL |
> | | field.delim
> | \u0001 |
> | | serialization.format
> | \u0001
--
This message was sent by Atlassian Jira
(v8.3.4#803005)