[jira] [Created] (HIVE-26840) Backport of HIVE-23073 Shade netty and upgrade to netty 4.1.48.Final

2022-12-12 Thread Aman Raj (Jira)
Aman Raj created HIVE-26840:
---

 Summary: Backport of HIVE-23073 Shade netty and upgrade to netty 
4.1.48.Final
 Key: HIVE-26840
 URL: https://issues.apache.org/jira/browse/HIVE-26840
 Project: Hive
  Issue Type: Sub-task
Reporter: Aman Raj
Assignee: Aman Raj






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


[jira] [Created] (HIVE-26839) Upgrade Iceberg from 1.0.0 to 1.1.0

2022-12-12 Thread zhangbutao (Jira)
zhangbutao created HIVE-26839:
-

 Summary: Upgrade Iceberg from 1.0.0 to 1.1.0
 Key: HIVE-26839
 URL: https://issues.apache.org/jira/browse/HIVE-26839
 Project: Hive
  Issue Type: Improvement
Reporter: zhangbutao


1) update iceberg version to 1.1.0

2) fix some removed interface methods. e.g  
https://github.com/apache/iceberg/pull/5771



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


[jira] [Created] (HIVE-26838) Add a new event to improve cache performance in external systems that communicates with HMS.

2022-12-12 Thread Sai Hemanth Gantasala (Jira)
Sai Hemanth Gantasala created HIVE-26838:


 Summary: Add a new event to improve cache performance in external 
systems that communicates with HMS.
 Key: HIVE-26838
 URL: https://issues.apache.org/jira/browse/HIVE-26838
 Project: Hive
  Issue Type: New Feature
  Components: Hive, Standalone Metastore
Reporter: Sai Hemanth Gantasala
Assignee: Sai Hemanth Gantasala


Adding support for a new event "Reload event" in the HMS (HiveMetaStore). This 
event can be used by external services that depend on HMS for metadata 
operations to improve its cache performance. In the distributed environment 
where there are replicas of an external service (with its own cache in each of 
these replicas) talking to HMS for metadata operations, the reload event can be 
used to address the cache performance and ensure consistency among all the 
replicas for a given table/partition.



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


[jira] [Created] (HIVE-26837) CTLT with hive.create.as.external.legacy as true creates managed table instead of external table

2022-12-12 Thread Ramesh Kumar Thangarajan (Jira)
Ramesh Kumar Thangarajan created HIVE-26837:
---

 Summary: CTLT with hive.create.as.external.legacy as true creates 
managed table instead of external table
 Key: HIVE-26837
 URL: https://issues.apache.org/jira/browse/HIVE-26837
 Project: Hive
  Issue Type: Bug
Reporter: Ramesh Kumar Thangarajan
Assignee: Ramesh Kumar Thangarajan


When CTLT is used with the config hive.create.as.external.legacy=true, it still 
creates managed table by default

create table test_mm(empno int, name string) partitioned by(dept string) stored 
as orc tblproperties('transactional'='true', 
'transactional_properties'='default');
desc formatted test_mm;

set hive.create.as.external.legacy=true;

create table test_external like test_mm;
desc formatted test_external;



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


[jira] [Created] (HIVE-26836) Ensure Green Build for Branch-3

2022-12-12 Thread Aman Raj (Jira)
Aman Raj created HIVE-26836:
---

 Summary: Ensure Green Build for Branch-3
 Key: HIVE-26836
 URL: https://issues.apache.org/jira/browse/HIVE-26836
 Project: Hive
  Issue Type: Sub-task
Reporter: Aman Raj
Assignee: Aman Raj






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


[jira] [Created] (HIVE-26835) Backport HIVE-20510: Vectorization: Support loading bucketed tables using sorted dynamic partition optimizer

2022-12-12 Thread Vikram Ahuja (Jira)
Vikram Ahuja created HIVE-26835:
---

 Summary: Backport HIVE-20510: Vectorization: Support loading 
bucketed tables using sorted dynamic partition optimizer
 Key: HIVE-26835
 URL: https://issues.apache.org/jira/browse/HIVE-26835
 Project: Hive
  Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Vikram Ahuja






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


[jira] [Created] (HIVE-26834) Hive Iceberg Storage Handler tests are ignored

2022-12-12 Thread Zsolt Miskolczi (Jira)
Zsolt Miskolczi created HIVE-26834:
--

 Summary: Hive Iceberg Storage Handler tests are ignored
 Key: HIVE-26834
 URL: https://issues.apache.org/jira/browse/HIVE-26834
 Project: Hive
  Issue Type: Test
  Components: HiveServer2, Iceberg integration
Reporter: Zsolt Miskolczi


I wanted to run the following test locally: `mvn test 
-Dtest="TestHiveIcebergStorageHandlerNoScan#testIcebergAndHmsTableProperties"`

And it was just skipped. 

I have checked the latest run on the CI server and it ignored it as well: 
Link: 
http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/1527/artifacts/

```
[2022-12-12T09:11:50.841Z] [INFO] Running 
org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerNoScan
[2022-12-12T09:11:50.886Z] [INFO] No tests to run.
```



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