This is an automated email from the ASF dual-hosted git repository.
mpercy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from c430886 [java] Add unit tests demonstrating good behavior of scan
tokens when range partitions are dropped
new a7bdd06 thrift: follow-up to 327be47820dcaba358095f118e516a5e92621a59
new 0f2946b [java] Favor column ids over column names in scan tokens
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/kudu/client/AlterTableOptions.java | 6 +-
.../org/apache/kudu/client/CreateTableRequest.java | 6 +-
.../java/org/apache/kudu/client/KuduScanToken.java | 70 ++++++---
.../java/org/apache/kudu/client/Operation.java | 3 +-
.../org/apache/kudu/client/ProtobufHelper.java | 32 ++--
.../org/apache/kudu/client/TestKeyEncoding.java | 9 +-
.../java/org/apache/kudu/client/TestScanToken.java | 170 ++++++++++++++++++---
src/kudu/sentry/thrift_operators-test.cc | 44 ++++--
src/kudu/sentry/thrift_operators.cc | 8 +-
9 files changed, 264 insertions(+), 84 deletions(-)