[
https://issues.apache.org/jira/browse/HIVE-22458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078350#comment-17078350
]
Hive QA commented on HIVE-22458:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12999287/HIVE-22458.2.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 18189 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[drop_partitions_filter]
(batchId=29)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[show_partitions2]
(batchId=72)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[show_partitions]
(batchId=92)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[showparts] (batchId=2)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[temp_table_drop_partitions_filter]
(batchId=77)
org.apache.hadoop.hive.ql.parse.TestReplicationScenariosExternalTablesMetaDataOnly.org.apache.hadoop.hive.ql.parse.TestReplicationScenariosExternalTablesMetaDataOnly
(batchId=283)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21513/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21513/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21513/
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: 6 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12999287 - PreCommit-HIVE-Build
> Add more constraints on showing partitions
> ------------------------------------------
>
> Key: HIVE-22458
> URL: https://issues.apache.org/jira/browse/HIVE-22458
> Project: Hive
> Issue Type: Improvement
> Reporter: Zhihua Deng
> Priority: Major
> Attachments: HIVE-22458.2.patch, HIVE-22458.branch-1.02.patch,
> HIVE-22458.branch-1.patch, HIVE-22458.patch
>
>
> When we showing partitions of a table with thousands of partitions, all the
> partitions will be returned and it's not easy to catch the specified one from
> them, this make showing partitions hard to use. We can add where/limit/order
> by constraints to show partitions like:
> show partitions table_name [partition_specs] where partition_key >= value
> order by partition_key desc limit n;
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)