[jira] [Created] (HIVE-27224) Enhance drop table/partition command

2023-04-06 Thread Taraka Rama Rao Lethavadla (Jira)
Taraka Rama Rao Lethavadla created HIVE-27224: - Summary: Enhance drop table/partition command Key: HIVE-27224 URL: https://issues.apache.org/jira/browse/HIVE-27224 Project: Hive I

[jira] [Created] (HIVE-27225) Speedup build by skipping SBOM generation by default

2023-04-06 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created HIVE-27225: -- Summary: Speedup build by skipping SBOM generation by default Key: HIVE-27225 URL: https://issues.apache.org/jira/browse/HIVE-27225 Project: Hive

Re: Will hive support storing all queries in the future?

2023-04-06 Thread Attila Turoczy
Hi Wish, I personally don't think so. Of course it is a community decision, but to store the sql query history is mainly belong to the client side from the domain perspective. For example the HUE does it. If you have a custom application in that case the application domain determine it and it is r

[jira] [Created] (HIVE-27226) FullOuterJoin with filter expressions is not computed correctly

2023-04-06 Thread Seonggon Namgung (Jira)
Seonggon Namgung created HIVE-27226: --- Summary: FullOuterJoin with filter expressions is not computed correctly Key: HIVE-27226 URL: https://issues.apache.org/jira/browse/HIVE-27226 Project: Hive

[jira] [Created] (HIVE-27227) Provide config to re-enable partitions discovery on external tables

2023-04-06 Thread Taraka Rama Rao Lethavadla (Jira)
Taraka Rama Rao Lethavadla created HIVE-27227: - Summary: Provide config to re-enable partitions discovery on external tables Key: HIVE-27227 URL: https://issues.apache.org/jira/browse/HIVE-27227

[jira] [Created] (HIVE-27228) Add missing upgrade SQL statements after CQ_NUMBER_OF_BUCKETS column being introduced in HIVE-26719

2023-04-06 Thread Sourabh Badhya (Jira)
Sourabh Badhya created HIVE-27228: - Summary: Add missing upgrade SQL statements after CQ_NUMBER_OF_BUCKETS column being introduced in HIVE-26719 Key: HIVE-27228 URL: https://issues.apache.org/jira/browse/HIVE-2722

Lateral views and CBO

2023-04-06 Thread Stephen Carlin
Hi, I noticed recently that for most lateral views, we do not convert to a CBO plan. I was hoping to make some changes to make this possible. I was wondering if anyone out there had any thoughts on how to do this. If not, I did have one in mind and wanted to bring it up just to start the conver