You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/14 00:14:00 UTC

[jira] [Work logged] (HIVE-25808) Analyse table does not fail for non existing partitions

     [ https://issues.apache.org/jira/browse/HIVE-25808?focusedWorklogId=725858&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725858 ]

ASF GitHub Bot logged work on HIVE-25808:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Feb/22 00:13
            Start Date: 14/Feb/22 00:13
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #2875:
URL: https://github.com/apache/hive/pull/2875#issuecomment-1038489509


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 725858)
    Time Spent: 20m  (was: 10m)

> Analyse table does not fail for non existing partitions
> -------------------------------------------------------
>
>                 Key: HIVE-25808
>                 URL: https://issues.apache.org/jira/browse/HIVE-25808
>             Project: Hive
>          Issue Type: Bug
>            Reporter: mahesh kumar behera
>            Assignee: mahesh kumar behera
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If all the column names are given in the analyse command , then the query fails. But if all the partition column values are not given then its not failing.
> analyze table tbl partition *(fld1 = 2, fld2 = 3)* COMPUTE STATISTICS FOR COLUMNS – This will fail with SemanticException, if partition corresponds to fld1 = 2, fld2 = 3 does not exists. But analyze table tbl partition *(fld1 = 2)* COMPUTE STATISTICS FOR COLUMNS, this will not fail and it will compute stats for whole table.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)