Re: [ANNOUNCE] New PMC Member: Stamatis Zampetakis

2023-01-15 Thread Krisztian Kasa
Congratulations Stamatis :) On Mon, Jan 16, 2023 at 6:27 AM S T wrote: > Congrats Stamatis. > > Thanks > > On Sat, 14 Jan 2023 at 00:03, Naveen Gangam wrote: > >> Hello Hive Community, >> Apache Hive PMC is pleased to announce that Stamatis Zampetakis has >> accepted the Apache Hive PMC's invit

Re: [ANNOUNCE] New PMC Member: Laszlo Bodor

2023-01-30 Thread Krisztian Kasa
Congratulations Laszlo!! On Mon, Jan 30, 2023 at 10:00 AM Stamatis Zampetakis wrote: > While the numbers give some insight, they do not tell the complete story > of how much Laszlo has helped drive the project forward. > > Congrats Laszlo and thanks for everything that you have done for the > pr

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-07 Thread Krisztian Kasa
Congratulations, Laszlo! On Tue, Feb 7, 2023 at 2:06 PM Alessandro Solimando < alessandro.solima...@gmail.com> wrote: > Congrats, Laszlo! > > Best regards, > Alessandro > > On Tue, 7 Feb 2023 at 13:24, Naveen Gangam wrote: > >> The Project Management Committee (PMC) for Apache Hive has invited L

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Krisztian Kasa
Congratulations Alessandro! On Thu, Feb 9, 2023 at 7:51 AM Akshat m wrote: > Congratulations Alessandro :) > > Regards, > Akshat Mathur > > On Thu, Feb 9, 2023 at 12:11 PM Mahesh Raju Somalaraju < > maheshra...@cloudera.com> wrote: > > > Congratulations Alessandro !! > > > > -Mahesh Raju S > > >

Re: [EXTERNAL] Re: Slow Hive query with a lot of 'get_materialized_views_for_rewriting'

2023-11-17 Thread Krisztian Kasa
Hi Eugene, Hive has a feature called automatic query rewrite [1]. This feature needs up-to-date information about the materialized views available. [2] The feature can be disable by the setting: hive.materializedview.rewriting [3] Hope this helps. regards, Krisztian [1] https://cwiki.apache.org

Re: [ANNOUNCE] New Committer: Simhadri Govindappa

2024-04-18 Thread Krisztian Kasa
Congratulations Simhadri! Regards, Krisztian On Thu, Apr 18, 2024 at 3:25 PM kokila narayanan < kokilanarayana...@gmail.com> wrote: > Congratulations Simhadri 🎉 > > On Thu, 18 Apr, 2024, 17:22 Ayush Saxena, wrote: > >> Hi All, >> Apache Hive's Project Management Committee (PMC) has invited Simh

Re: IMPORTANT: Hive date parsing issue, input needed

2024-09-18 Thread Krisztian Kasa
Hi, 1) As mentioned earlier in the jira and other forums based on the standard Hive shall throw an exception in case of casting a non-date string to date, including the case when the input string doesn't conform to the default date format. (I haven't found any recommendation for the default date f