[jira] [Created] (HIVE-27827) Improve performance of direct SQL implement for getPartitionsByFilter

2023-10-27 Thread Wechar (Jira)
Wechar created HIVE-27827:
-

 Summary: Improve performance of direct SQL implement for 
getPartitionsByFilter
 Key: HIVE-27827
 URL: https://issues.apache.org/jira/browse/HIVE-27827
 Project: Hive
  Issue Type: Improvement
Reporter: Wechar
Assignee: Wechar






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


[jira] [Updated] (HIVE-27827) Improve performance of direct SQL implement for getPartitionsByFilter

2023-10-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-27827:
--
Labels: pull-request-available  (was: )

> Improve performance of direct SQL implement for getPartitionsByFilter
> -
>
> Key: HIVE-27827
> URL: https://issues.apache.org/jira/browse/HIVE-27827
> Project: Hive
>  Issue Type: Improvement
>Reporter: Wechar
>Assignee: Wechar
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Resolved] (HIVE-27774) Clean up properties

2023-10-27 Thread Zsolt Miskolczi (Jira)


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

Zsolt Miskolczi resolved HIVE-27774.

Resolution: Done

> Clean up properties
> ---
>
> Key: HIVE-27774
> URL: https://issues.apache.org/jira/browse/HIVE-27774
> Project: Hive
>  Issue Type: Task
>Reporter: Zsolt Miskolczi
>Priority: Major
>  Labels: pull-request-available
>
> Clean up after removing PowerMock
>  
> Remove powermock.version
> For mockito-inline, create a version property and use it. 



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


[jira] [Created] (HIVE-27828) Iceberg integration: enable copy on write update when split update is on

2023-10-27 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-27828:
-

 Summary: Iceberg integration: enable copy on write update when 
split update is on
 Key: HIVE-27828
 URL: https://issues.apache.org/jira/browse/HIVE-27828
 Project: Hive
  Issue Type: Improvement
  Components: Iceberg integration
Reporter: Krisztian Kasa
Assignee: Krisztian Kasa
 Fix For: 4.0.0


Currently {{hive.split.update}} has to be set to {{false}} if a copy-on-write 
update should be executed when updating an Iceberg table.


[https://github.com/apache/hive/blob/0233dcc7f1f09198c093cb4b69bd2b2598c97303/iceberg/iceberg-handler/src/test/queries/positive/update_iceberg_copy_on_write_unpartitioned.q#L1]

[https://github.com/apache/hive/blob/0233dcc7f1f09198c093cb4b69bd2b2598c97303/ql/src/java/org/apache/hadoop/hive/ql/parse/UpdateDeleteSemanticAnalyzer.java#L78-L81]

 

Copy-on-write mode should be independent from split update because split update 
uses positional delete.



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


[jira] [Updated] (HIVE-27828) Iceberg integration: enable copy on write update when split update is on

2023-10-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-27828:
--
Labels: pull-request-available  (was: )

> Iceberg integration: enable copy on write update when split update is on
> 
>
> Key: HIVE-27828
> URL: https://issues.apache.org/jira/browse/HIVE-27828
> Project: Hive
>  Issue Type: Improvement
>  Components: Iceberg integration
>Reporter: Krisztian Kasa
>Assignee: Krisztian Kasa
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>
> Currently {{hive.split.update}} has to be set to {{false}} if a copy-on-write 
> update should be executed when updating an Iceberg table.
> [https://github.com/apache/hive/blob/0233dcc7f1f09198c093cb4b69bd2b2598c97303/iceberg/iceberg-handler/src/test/queries/positive/update_iceberg_copy_on_write_unpartitioned.q#L1]
> [https://github.com/apache/hive/blob/0233dcc7f1f09198c093cb4b69bd2b2598c97303/ql/src/java/org/apache/hadoop/hive/ql/parse/UpdateDeleteSemanticAnalyzer.java#L78-L81]
>  
> Copy-on-write mode should be independent from split update because split 
> update uses positional delete.



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