[
https://issues.apache.org/jira/browse/HIVE-15113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15765493#comment-15765493
]
Hive QA commented on HIVE-15113:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12844141/HIVE-15113.2.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 12 failed/errored test(s), 10824 tests
executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out)
(batchId=234)
TestVectorizedColumnReaderBase - did not produce a TEST-*.xml file (likely
timed out) (batchId=251)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[dbtxnmgr_showlocks]
(batchId=71)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[str_to_map] (batchId=58)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[transform_ppr2]
(batchId=135)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[stats_based_fetch_decision]
(batchId=151)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_4]
(batchId=93)
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[exchange_partition_neg_incomplete_partition]
(batchId=84)
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[exim_00_unsupported_schema]
(batchId=85)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query36]
(batchId=222)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query70]
(batchId=222)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query86]
(batchId=222)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2658/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2658/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2658/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 12 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12844141 - PreCommit-HIVE-Build
> SHOW CREATE TABLE on skewed table returns statement without skew definition
> ---------------------------------------------------------------------------
>
> Key: HIVE-15113
> URL: https://issues.apache.org/jira/browse/HIVE-15113
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Wojciech Meler
> Assignee: Aihua Xu
> Attachments: HIVE-15113.1.patch, HIVE-15113.2.patch
>
>
> CREATE TABLE IF NOT EXISTS testskew (key int, value STRING)
> SKEWED BY (key) ON (1,5,6) STORED AS DIRECTORIES
> STORED AS ORC;
> SHOW CREATE TABLE testskew;
> CREATE TABLE `testskew`(
> 2 `key` int,
> 3 `value` string)
> 4 ROW FORMAT SERDE
> 5 'org.apache.hadoop.hive.ql.io.orc.OrcSerde'
> 6 STORED AS INPUTFORMAT
> 7 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat'
> 8 OUTPUTFORMAT
> 9 'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat'
> 10 LOCATION
> 11 'hdfs://nameservice1/user/hive/warehouse/private_wmeler.db/testskew'
> 12 TBLPROPERTIES (
> 13 'COLUMN_STATS_ACCURATE'='true',
> 14 'numFiles'='4',
> 15 'numRows'='19',
> 16 'rawDataSize'='1736',
> 17 'totalSize'='1184',
> 18 'transient_lastDdlTime'='1478098814')
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)