[1/2] kudu git commit: KUDU-1363: Add IN-list predicate type

2016-09-28 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 17d1367e1 -> cb92799ba KUDU-1363: Add IN-list predicate type Adds support in the C++ client for providing a set of equalities for a given column. Support for using IN list predicates from the Java client will be in a follow-up commit.

[2/2] kudu git commit: [java-client] IN-list predicate

2016-09-28 Thread danburkert
[java-client] IN-list predicate Change-Id: Ia556196963153f9db64d67bc699f96cb920ecac6 Reviewed-on: http://gerrit.cloudera.org:8080/4530 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit:

[2/2] kudu git commit: thirdparty: clean up llvm cmake files too

2016-09-28 Thread adar
thirdparty: clean up llvm cmake files too The upgrade to LLVM 3.9 changed the list of targets provided in LLVM's cmake files. If the cmake files are left behind and make it into an LLVM 3.8-based build, the subsequent Kudu build will fail because it can't find all of the targets listed. It's too