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

2022-02-20 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-25808:
-

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


   


-- 
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-unsubscr...@hive.apache.org

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


Issue Time Tracking
---

Worklog Id: (was: 730194)
Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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)


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

2022-02-13 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-25808:
-

Author: ASF GitHub Bot
Created on: 14/Feb/22 02:29
Start Date: 14/Feb/22 02:29
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 d...@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-unsubscr...@hive.apache.org

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


Issue Time Tracking
---

Worklog Id: (was: 725946)
Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  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)


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

2022-02-13 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25808?focusedWorklogId=725858=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 d...@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-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@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)


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

2021-12-14 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-25808:
-

Author: ASF GitHub Bot
Created on: 14/Dec/21 15:48
Start Date: 14/Dec/21 15:48
Worklog Time Spent: 10m 
  Work Description: maheshk114 opened a new pull request #2875:
URL: https://github.com/apache/hive/pull/2875


   
   
   ### What changes were proposed in this pull request?
   
   
   
   ### Why are the changes needed?
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   
   
   ### How was this patch tested?
   
   


-- 
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-unsubscr...@hive.apache.org

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


Issue Time Tracking
---

Worklog Id: (was: 695905)
Remaining Estimate: 0h
Time Spent: 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: 10m
>  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)