+1 (non-binding) Downloaded the binary tar.gz distribution and installed it on my Mac. I did not check the checksums etc since others have done it. I focussed on explain plans and result correctness of following types of queries (ran them all through sqlline in the embedded mode):
- Inner and outer joins with local filters in the ON clause: verified that for LOJ with local filter on right side, the plan and result looks correct. - Aggregations such as AVG, STDDEV_*: :Verified that the plans for these are multi-phase aggregations. Ran these aggregates with and without GROUP-BY on nullable columns containing NULL values and verified correctness. - SELECT * queries including duplicate columns in the SELECT list: verified that duplicate columns are renamed and all * columns are produced. - CTAS where the SELECT side has several columns: verified that column names, ordinals and row count are correct. - Monitored memory usage of the java process. It shows a slow rise after several queries have been run, so needs investigation. Overall, 0.5 looks like a solid release. Aman On Sat, Sep 6, 2014 at 5:08 PM, Neeraja Rentachintala < [email protected]> wrote: > +1 (non-binding). > Tried few sample queries on CSV and JSON files using the tar. > > -Neeraja > > > On Fri, Sep 5, 2014 at 10:26 PM, Tomer Shiran <[email protected]> > wrote: > > > +1 (binding) > > > > > > On Fri, Sep 5, 2014 at 12:54 AM, Timothy Chen <[email protected]> wrote: > > > > > +1 > > > > > > Able to make test and run simple queries via sqline on Ubuntu machine. > > > > > > Tim > > > > > > On Wed, Sep 3, 2014 at 11:03 PM, Jacques Nadeau <[email protected]> > > > wrote: > > > > Hello All, > > > > > > > > I'd like to propose our third release candidate for version > > > > 0.5.0-incubating. This release includes >109 JIRAs closed [1]. > > > > > > > > You can find the release artifacts hosted at [2]. Please download > and > > > try > > > > them out and cast your vote. > > > > > > > > This release candidate now separates out class B dependencies in the > > > binary > > > > release into a separate directory and adds extra information in the > > > notices > > > > file to this regard. Additionally, it includes one memory leak fix > > that > > > > was identified by one of our regression suites. > > > > > > > > As always, vote will be open for 72 hours, ending 11PM Pacific, > > September > > > > 6, 2014. > > > > > > > > [ ] +1 > > > > [ ] +0 > > > > [ ] -1 > > > > > > > > When making a vote, please make sure you state whether your vote is > > > binding > > > > or not. This helps keep things simple. > > > > > > > > Thanks, > > > > Jacques > > > > > > > > [1] > https://issues.apache.org/jira/browse/DRILL/fixforversion/12324880 > > > > [2] http://people.apache.org/~jacques/apache-drill-0.5.0.rc2/ > > > > > > > > > > > -- > > Tomer Shiran > > VP Product Management | MapR Technologies | 650-804-8657 > > >
