[ https://issues.apache.org/jira/browse/HIVE-22453?focusedWorklogId=576169&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-576169 ]
ASF GitHub Bot logged work on HIVE-22453: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Apr/21 16:39 Start Date: 02/Apr/21 16:39 Worklog Time Spent: 10m Work Description: kcheeeung closed pull request #2142: URL: https://github.com/apache/hive/pull/2142 -- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 576169) Time Spent: 1h 10m (was: 1h) > Describe table unnecessarily fetches partitions > ----------------------------------------------- > > Key: HIVE-22453 > URL: https://issues.apache.org/jira/browse/HIVE-22453 > Project: Hive > Issue Type: Bug > Affects Versions: 2.3.6, 3.1.2 > Reporter: Toshihiko Uchida > Assignee: Toshihiko Uchida > Priority: Minor > Labels: pull-request-available > Fix For: 4.0.0 > > Attachments: HIVE-22453.2.patch, HIVE-22453.2.patch, > HIVE-22453.3.patch, HIVE-22453.4.patch, HIVE-22453.patch > > Time Spent: 1h 10m > Remaining Estimate: 0h > > The simple describe table command without EXTENDED and FORMATTED (i.e., > DESCRIBE table_name) fetches all partitions when no partition is specified, > although it does not display partition statistics in nature. > The command should not fetch partitions since it can take a long time for a > large amount of partitions. > For instance, in our environment, the command takes around 8 seconds for a > table with 8760 (24 * 365) partitions. -- This message was sent by Atlassian Jira (v8.3.4#803005)