Re: [ANNOUNCE] New committer: Laszlo Bodor

2019-04-15 Thread Zoltán Haindrich
Congratulations Laszlo! On April 15, 2019 8:15:44 AM GMT+02:00, Peter Vary wrote: >Congrats! Well done! :) > >> On Apr 15, 2019, at 06:50, Ashutosh Bapat > wrote: >> >> Congratulations Laszlo. >> >> On Mon, Apr 15, 2019 at 9:08 AM Ashutosh Chauhan > >> wrote: >> >>> Apache Hive's Project

Re: some column stats rows have null data_size value after analyze

2019-07-27 Thread Zoltán Haindrich
ome column stats rows have a null data_size value after I >analyze >the table computing column statistics? Is it possible to infer the >approximate data size from the other stats column values? >Thanks, >James -- Zoltán Haindrich

Re: Is Hive accepting patches for 2.3.x?

2020-05-10 Thread Zoltán Haindrich
be features, code-cleanups, improvements, etc. > >Thanks, >Shashank > >Shashank Pedamallu >Software Engineer, Analytics Infrastructure >(610)-504-1725 ><https://www.lyft.com/> -- Zoltán Haindrich

Re: What is the latest version of JDK supported by hive 3.1.2?

2020-09-24 Thread Zoltán Haindrich
version of JDK supported by >hive 3.1.2? > >thinks. >I am looking forward to your reply! -- Zoltán Haindrich

Re: Open old PRs

2020-06-01 Thread Zoltán Haindrich
master branch is >> > > a good candidate - so the right move would be to clean up our PR >> backlog. >> > > >> > > I would like to ask everyone to look at >> > > https://github.com/apache/hive/pulls >> > > and close some PRs which are already submitted or just leftovers >from - >> > > primarily I would ask you to look at PRs opened by yourself... >> > > >> > > cheers, >> > > Zoltan >> > > >> > >> -- Zoltán Haindrich

Re: Triggering tests for Hive PR or patch

2020-08-11 Thread Zoltán Haindrich
>Chao > >On Thu, Aug 6, 2020 at 5:17 PM Chao Sun wrote: > >> Hi, >> >> Does anyone know if github PR works for branches other than master? >and if >> so what is the way to trigger tests? if not, does attaching patch >ending >> with branch-2.3.patch still work? >> >> Thanks, >> Chao >> -- Zoltán Haindrich

Re: Re-Running CI Tests

2020-06-10 Thread Zoltán Haindrich
;>> merge with the current master's HEAD or not - I suspect that it >doesn't. >>> >>> cheers, >>> Zoltan >>> >>> On 6/10/20 3:18 PM, David Mollitor wrote: >>> > Hey Zoltan, >>> > >>> > What is the process to trigger a new CI build on GitHub if a >previous >>> one >>> > failed on a flaky test. timeout, or something of that nature? >>> > >>> > Thanks. >>> > >>> >> -- Zoltán Haindrich

Re: Re-Running CI Tests

2020-06-10 Thread Zoltán Haindrich
>> >> Thanks. >> >> >> >> On Wed, Jun 10, 2020 at 11:36 AM David Mollitor >wrote: >> >>> Hey Zoltán, >>> >>> Yes. That is correct. Community recently put out a 2.x release. >This >>> is in case someone wishes to

Re: Result of the TPC-DS benchmark on Hive master branch

2020-11-04 Thread Zoltán Haindrich
>> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genPlan(SemanticAnalyzer.java:11636) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genPlan(SemanticAnalyzer.java:11636) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genPlan(SemanticAnalyzer.java:11660) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genPlan(SemanticAnalyzer.java:11633) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genPlan(SemanticAnalyzer.java:11660) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genPlan(SemanticAnalyzer.java:11646) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genOPTree(SemanticAnalyzer.java:12428) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.CalcitePlanner.genOPTree(CalcitePlanner.java:718) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:12539) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:443) >> > at >> > >> > >> >org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:301) >> > at org.apache.hadoop.hive.ql.Compiler.analyze(Compiler.java:223) >> > >> > There are 702 commits between the last commit of April 10 and the >recent >> > commit, and I guess some of these commits introduce the bugs shown >> above. I >> > could perform a manual search to locate the commits, but it is not >always >> > easy to build Hive using a particular commit (mostly because of >version >> > conflicts with Tez, Hadoop, Guava, or others). >> > >> > If anybody can suggest specific commits to test, or guide me in >> > bug-hunting, please let me know. There is another bug that shows >itself >> > when computing column statistics, but we can suppress it by using >default >> > values in tez-site.xml. >> > >> > Thanks, >> > >> > --- Sungwoo >> > >> -- Zoltán Haindrich