[jira] [Updated] (HIVE-27540) Fix orc_merge10.q test in branch-3

2023-11-04 Thread Aman Raj (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-27540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aman Raj updated HIVE-27540:

Description: This commit was reverted in 
https://issues.apache.org/jira/browse/HIVE-27851

> Fix orc_merge10.q test in branch-3
> --
>
> Key: HIVE-27540
> URL: https://issues.apache.org/jira/browse/HIVE-27540
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Aman Raj
>Assignee: Aman Raj
>Priority: Major
>  Labels: pull-request-available
>
> This commit was reverted in https://issues.apache.org/jira/browse/HIVE-27851



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HIVE-27540) Fix orc_merge10.q test in branch-3

2023-11-04 Thread Aman Raj (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-27540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aman Raj updated HIVE-27540:

Fix Version/s: (was: 3.2.0)

> Fix orc_merge10.q test in branch-3
> --
>
> Key: HIVE-27540
> URL: https://issues.apache.org/jira/browse/HIVE-27540
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Aman Raj
>Assignee: Aman Raj
>Priority: Major
>  Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27851) Backport of HIVE-24693, HIVE-20433, HIVE-20792, HIVE-20838, HIVE-21241, HIVE-22099, HIVE-25093, HIVE-22400, HIVE-25306, HIVE-25268

2023-11-04 Thread Aman Raj (Jira)
Aman Raj created HIVE-27851:
---

 Summary: Backport of HIVE-24693, HIVE-20433, HIVE-20792, 
HIVE-20838, HIVE-21241, HIVE-22099, HIVE-25093, HIVE-22400, HIVE-25306, 
HIVE-25268
 Key: HIVE-27851
 URL: https://issues.apache.org/jira/browse/HIVE-27851
 Project: Hive
  Issue Type: Sub-task
Affects Versions: 3.2.0
Reporter: Aman Raj






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (HIVE-27779) Iceberg: Drop partition support

2023-11-04 Thread Sourabh Badhya (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-27779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sourabh Badhya resolved HIVE-27779.
---
Fix Version/s: 4.0.0
   Resolution: Fixed

Merged to master.
Thanks [~dkuzmenko] for the review.

> Iceberg: Drop partition support
> ---
>
> Key: HIVE-27779
> URL: https://issues.apache.org/jira/browse/HIVE-27779
> Project: Hive
>  Issue Type: Improvement
>Reporter: Sourabh Badhya
>Assignee: Sourabh Badhya
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>
> A logical extension of TRUNCATE PARTITION however, DROP PARTITION allows 
> expressions with >, <, >=, <=, != etc.
> The syntax is something as follows - 
> {code:java}
> alter table tableName drop partition (c='US', d<'2');{code}
> Drop partition command also allows multiple partition expressions as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)