[3/3] incubator-impala git commit: IMPALA-6184: Clean up after ScalarExprEvaluator::Clone() fails

2017-11-16 Thread kwho
IMPALA-6184: Clean up after ScalarExprEvaluator::Clone() fails When ScalarExprEvaluator::Clone() fails, the newly created evaluator was not added to the output vector. This makes it impossible for callers to close and clean up the evaluators afterwards. This change fixes this by always adding the

[2/3] incubator-impala git commit: Bump Kudu version to 1520b39

2017-11-16 Thread kwho
Bump Kudu version to 1520b39 Change-Id: Ib3d5d88bd4d3347447a64fac75ca3e0427b11ec6 Reviewed-on: http://gerrit.cloudera.org:8080/8492 Reviewed-by: Alex Behm Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/

[1/3] incubator-impala git commit: Impala is graduating; remove outdated references to incubation

2017-11-16 Thread kwho
Repository: incubator-impala Updated Branches: refs/heads/master 70919187c -> 3ddafcd29 Impala is graduating; remove outdated references to incubation Change-Id: I4e6080a2b196926e46b1e641f6530ba1fa9bd444 Reviewed-on: http://gerrit.cloudera.org:8080/8577 Reviewed-by: Sailesh Mukil Tested-by: I

incubator-impala git commit: IMPALA-6080: clean up table descriptor handling

2017-11-16 Thread tarmstrong
Repository: incubator-impala Updated Branches: refs/heads/master ae116b5bf -> 70919187c IMPALA-6080: clean up table descriptor handling * Add DescriptorTbl::CreateHdfsTableDescriptor to avoid having to create an entire DescriptorTbl during INSERT finalization (when only a descriptor for

[2/3] incubator-impala git commit: IMPALA-4177, IMPALA-6039: batched bit reading and rle decoding

2017-11-16 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ae116b5b/be/src/util/parquet-reader.cc -- diff --git a/be/src/util/parquet-reader.cc b/be/src/util/parquet-reader.cc index d5b0d01..3c83c23 100644 --- a/be/src/util/parqu

[1/3] incubator-impala git commit: Remove unused/defunct Maven repositories.

2017-11-16 Thread tarmstrong
Repository: incubator-impala Updated Branches: refs/heads/master 6769220e2 -> ae116b5bf Remove unused/defunct Maven repositories. Removes three Maven repositories. davidtrott and codehaus both don't exist any more, so they're not doing anyone any good. (We had previously cleaned up Codehaus in

[3/3] incubator-impala git commit: IMPALA-4177, IMPALA-6039: batched bit reading and rle decoding

2017-11-16 Thread tarmstrong
IMPALA-4177,IMPALA-6039: batched bit reading and rle decoding Switch the decoders to using more batch-oriented interfaces. As an intermediate step this doesn't make the interfaces of LevelDecoder or DictDecoder batch-oriented, only the lower-level utility classes. The next step would be to change

incubator-impala git commit: Impala graduated; remove outdated references to incubation

2017-11-16 Thread jbapple
Repository: incubator-impala Updated Branches: refs/heads/asf-site ca9005be5 -> ef7321e1a Impala graduated; remove outdated references to incubation This patch is on the branch "asf-site"; changes to the main repo will be in a patch on the branch named "master". Change-Id: I6fc2852659a0aa6fcb

[2/5] incubator-impala git commit: IMPALA-3613: Avoid topic updates to unregistered subscriber instances

2017-11-16 Thread tarmstrong
IMPALA-3613: Avoid topic updates to unregistered subscriber instances Bug: Without this patch, when a subscriber repeatedly reconnects to the statestore, the latter queues the initial heartbeat message and a bunch of topic updates to every instance of the registered subscriber. These queued updat

[4/5] incubator-impala git commit: IMPALA-5341: Avoid unintended filter out in fe test

2017-11-16 Thread tarmstrong
IMPALA-5341: Avoid unintended filter out in fe test Change-Id: Ie79f644a37b0ffab7b0d8e94e77650d56423697a Reviewed-on: http://gerrit.cloudera.org:8080/8543 Reviewed-by: Alex Behm Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http:/

[1/5] incubator-impala git commit: IMPALA-2235: Fix current db when shell auto-reconnects

2017-11-16 Thread tarmstrong
Repository: incubator-impala Updated Branches: refs/heads/master 87fc463e0 -> 6769220e2 IMPALA-2235: Fix current db when shell auto-reconnects The ImpalaShell didn't issue the 'USE ' command after reconnecting to the Impala daemon. Therefore the client session used the default DB after reconne

[3/5] incubator-impala git commit: IMPALA-6188: make test_top_n_reclaim less flaky

2017-11-16 Thread tarmstrong
IMPALA-6188: make test_top_n_reclaim less flaky Testing: Previously I needed ~20 iterations to get the test to fail on my local machine. After these changes I haven't been able to reproduce the failure Change-Id: I2bea7b0f770dec362a6df075da4e340402bd1d5d Reviewed-on: http://gerrit.cloudera.org:80

[5/5] incubator-impala git commit: IMPALA-6198: marks a test as debug-only

2017-11-16 Thread tarmstrong
IMPALA-6198: marks a test as debug-only The test_catalog_wait test uses flags that are only compiled for debug binaries. This change marks the test as debug-only so that it does not break release tests. Change-Id: I92640b8192545cccea0411c04cc5fcf59fbefed0 Reviewed-on: http://gerrit.cloudera.org:8