[
https://issues.apache.org/jira/browse/HIVE-24965?focusedWorklogId=576934&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-576934
]
ASF GitHub Bot logged work on HIVE-24965:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/21 16:24
Start Date: 05/Apr/21 16:24
Worklog Time Spent: 10m
Work Description: sankarh commented on a change in pull request #2141:
URL: https://github.com/apache/hive/pull/2141#discussion_r607181738
##########
File path: ql/src/test/queries/clientpositive/describe_table.q
##########
@@ -1,4 +1,9 @@
--! qt:dataset:srcpart
+set hive.describe.partitionedtable.ignore.stats=true;
+describe formatted `srcpart`;
Review comment:
Not sure if partitions have stats. The output is same with and without
the config set.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 576934)
Time Spent: 1h (was: 50m)
> Describe table partition fetch should be configurable
> -----------------------------------------------------
>
> Key: HIVE-24965
> URL: https://issues.apache.org/jira/browse/HIVE-24965
> Project: Hive
> Issue Type: Improvement
> Affects Versions: 3.0.0, 3.1.1, 3.1.2
> Reporter: Kevin Cheung
> Assignee: Kevin Cheung
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> In certain 3rd party hive UIs, they issue a describe table command, and
> usually it's either "describe formatted table" or "describe extended table",
> and it will take a very long time for highly partitioned tables (10k+). In
> the UI, there is no way to change the settings (to use "describe table"),
> thus impairing the user experience. Prior to the feature where partition
> stats was gathered, the experience with using the UI had no problems.
> This will allow users to selectively change the describe formatted/extended
> table behavior at any time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)