[11/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/io/disk-io-mgr-test.cc -- diff --git a/be/src/runtime/io/disk-io-mgr-test.cc b/be/src/runtime/io/disk-io-mgr-test.cc new file mode 100644 index 0

[16/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
IMPALA-4835 (prep only): create io subfolder and namespace Instead of using the DiskIoMgr class as a namespace, which prevents forward-declaration of inner classes, create an impala::io namespace and unnested the inner class. This is done in anticipation of DiskIoMgr depending on BufferPool. This

[12/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/disk-io-mgr.h -- diff --git a/be/src/runtime/disk-io-mgr.h b/be/src/runtime/disk-io-mgr.h deleted file mode 100644 index 49de0ff..000 --- a/be

[03/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2510fe0a/testdata/workloads/functional-planner/queries/PlannerTest/tpcds-all.test -- diff --git a/testdata/workloads/functional-planner/queries/PlannerTest/tpcds-all.tes

[05/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2510fe0a/testdata/workloads/functional-planner/queries/PlannerTest/inline-view.test -- diff --git a/testdata/workloads/functional-planner/queries/PlannerTest/inline-view

[14/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/disk-io-mgr-test.cc -- diff --git a/be/src/runtime/disk-io-mgr-test.cc b/be/src/runtime/disk-io-mgr-test.cc deleted file mode 100644 index eb8d3c

[01/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
Repository: incubator-impala Updated Branches: refs/heads/master 3ddafcd29 -> b840137c9 http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2510fe0a/testdata/workloads/functional-planner/queries/PlannerTest/tpch-views.test ---

[02/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2510fe0a/testdata/workloads/functional-planner/queries/PlannerTest/tpch-all.test -- diff --git a/testdata/workloads/functional-planner/queries/PlannerTest/tpch-all.test

[09/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/io/handle-cache.inline.h -- diff --git a/be/src/runtime/io/handle-cache.inline.h b/be/src/runtime/io/handle-cache.inline.h new file mode 100644 i

[06/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2510fe0a/be/src/util/min-max-filter-ir.cc -- diff --git a/be/src/util/min-max-filter-ir.cc b/be/src/util/min-max-filter-ir.cc new file mode 100644 index 000..130d11d

[13/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/disk-io-mgr.cc -- diff --git a/be/src/runtime/disk-io-mgr.cc b/be/src/runtime/disk-io-mgr.cc deleted file mode 100644 index d614ac7..000 --- a

[15/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/disk-io-mgr-reader-context.h -- diff --git a/be/src/runtime/disk-io-mgr-reader-context.h b/be/src/runtime/disk-io-mgr-reader-context.h deleted fi

[07/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
IMPALA-4252: Min-max runtime filters for Kudu This patch implements min-max filters for runtime filters. Each runtime filter generates a bloom filter or a min-max filter, depending on if it has HDFS or Kudu targets, respectively. In RuntimeFilterGenerator in the planner, each hash join node gener

[10/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/io/disk-io-mgr.cc -- diff --git a/be/src/runtime/io/disk-io-mgr.cc b/be/src/runtime/io/disk-io-mgr.cc new file mode 100644 index 000..f9aed92

[08/16] incubator-impala git commit: IMPALA-4835 (prep only): create io subfolder and namespace

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/b840137c/be/src/runtime/tmp-file-mgr.cc -- diff --git a/be/src/runtime/tmp-file-mgr.cc b/be/src/runtime/tmp-file-mgr.cc index f1e243c..24217de 100644 --- a/be/src/runtime

[04/16] incubator-impala git commit: IMPALA-4252: Min-max runtime filters for Kudu

2017-11-17 Thread tarmstrong
http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2510fe0a/testdata/workloads/functional-planner/queries/PlannerTest/resource-requirements.test -- diff --git a/testdata/workloads/functional-planner/queries/PlannerTest/r