svn commit: r30398 - in /release/impala: 2.12.0/ 3.0.0/

2018-10-24 Thread jbapple
Author: jbapple Date: Wed Oct 24 19:21:23 2018 New Revision: 30398 Log: Remove older Impala releases with security issues, 3.0 and 2.12 Removed: release/impala/2.12.0/ release/impala/3.0.0/

impala git commit: Fix name of 3.0.1 in link title

2018-10-24 Thread jbapple
Repository: impala Updated Branches: refs/heads/asf-site 946f57fcd -> 1befaabc9 Fix name of 3.0.1 in link title Change-Id: I46ee692cd0925d6a72613ed152110d6d1eb34d6a Reviewed-on: http://gerrit.cloudera.org:8080/11767 Reviewed-by: Tim Armstrong Tested-by: Jim Apple Project:

impala git commit: Download 3.0.1

2018-10-24 Thread jbapple
Repository: impala Updated Branches: refs/heads/asf-site 7df35849a -> 946f57fcd Download 3.0.1 This removes download links for old versions that don't have the security patches 3.0.1 was released for. Change-Id: I044f119788e5c228bf41ed241ae6d23e5eb00a25 Reviewed-on:

[1/2] impala git commit: IMPALA-7739 IMPALA-7740: [DOCS] Correct descriptions of NVL2 and DECODE

2018-10-24 Thread mikeb
Repository: impala Updated Branches: refs/heads/master e0c54b7c8 -> 15e8ce4f2 IMPALA-7739 IMPALA-7740: [DOCS] Correct descriptions of NVL2 and DECODE - Corrected the return values of the NVL2 function. - Updated the DECODE section. - Simplified the examples. Change-Id:

[2/2] impala git commit: IMPALA-7677: Fix DCHECK failure in GroupingAggregator

2018-10-24 Thread mikeb
IMPALA-7677: Fix DCHECK failure in GroupingAggregator After inserting all of its input into its Aggregators, StreamingAggregationNode performs some cleanup, such as calling InputDone() on each Aggregator. Previously, StreamingAggregationNode only checked that all of the child's batches had been