Add IN LIST release notes Change-Id: I61a6a1871098a3252e09556ab510ca9693d14d74 Reviewed-on: http://gerrit.cloudera.org:8080/5010 Reviewed-by: Jean-Daniel Cryans <[email protected]> Tested-by: Dan Burkert <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/279b7291 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/279b7291 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/279b7291 Branch: refs/heads/master Commit: 279b72916789d8aeb04740b7b081edb0595d4e92 Parents: 9544ea0 Author: Dan Burkert <[email protected]> Authored: Tue Nov 8 14:22:21 2016 -0800 Committer: Dan Burkert <[email protected]> Committed: Tue Nov 8 23:37:16 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/279b7291/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 8cc59aa..37c5dc9 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -47,6 +47,10 @@ ** Enabled Scanner Replica Selection ** A few bug fixes for Python 3 in addition to various other improvements. +* IN LIST predicate pushdown support was added to allow optimized execution of filters which + match on a set of column values. Support for Spark, Map Reduce and Impala queries utilizing + IN LIST pushdown is not yet complete. + == Optimizations and improvements XXX
