[jira] [Created] (HIVE-26788) Update stats of table/partition after minor compaction using noscan operation

2022-11-28 Thread Sourabh Badhya (Jira)
Sourabh Badhya created HIVE-26788: - Summary: Update stats of table/partition after minor compaction using noscan operation Key: HIVE-26788 URL: https://issues.apache.org/jira/browse/HIVE-26788 Project

[jira] [Created] (HIVE-26787) Pushdown Timestamp data type to metastore via direct sql / JDO

2022-11-28 Thread Syed Shameerur Rahman (Jira)
Syed Shameerur Rahman created HIVE-26787: Summary: Pushdown Timestamp data type to metastore via direct sql / JDO Key: HIVE-26787 URL: https://issues.apache.org/jira/browse/HIVE-26787 Project:

Re: method code too large

2022-11-28 Thread Naveen Gangam
HiveParser.java is a generated source from the hive grammer definitions, HiveParser.g. It is possible that some of the methods are XL with several case statements. It may be hard to change this source. Wondering if there is an option in this shading plugin to configure larger size for method frame

[jira] [Created] (HIVE-26786) Iceberg: Read queries with copy-on-write failnig

2022-11-28 Thread Ayush Saxena (Jira)
Ayush Saxena created HIVE-26786: --- Summary: Iceberg: Read queries with copy-on-write failnig Key: HIVE-26786 URL: https://issues.apache.org/jira/browse/HIVE-26786 Project: Hive Issue Type: Bug

Re: method code too large

2022-11-28 Thread Chris Nauroth
Hello Jim, Can you please share the full mvn command that you are running? I don't recall anyone else reporting this when we were testing the 4.0.0-alpha-2 release candidate. Chris Nauroth On Mon, Nov 21, 2022 at 1:08 PM Jim Hopper wrote: > Hi, > > what is the best strategy to fix the followi

[jira] [Created] (HIVE-26785) Remove explicit protobuf-java dependency from blobstore and minikdc modules

2022-11-28 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created HIVE-26785: -- Summary: Remove explicit protobuf-java dependency from blobstore and minikdc modules Key: HIVE-26785 URL: https://issues.apache.org/jira/browse/HIVE-26785

Re: Result of the TPC-DS benchmark using Iceberg,

2022-11-28 Thread Sungwoo Park
For query 22, iceberg.mr.split.size affects the number of mappers. With the default value of 128MB, Hive creates much fewer mappers than it does on ORC tables. For query 64, it is due to a bug in shared work optimization. Setting hive.optimize.shared.work.extended to false produces correct res