This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from f392503 KUDU-2973 Add semi-database support for Ranger
new 4bbe2c0 [clock] small cleanup on built-in NTP client flags
new 759f04c KUDU-3049: [spark] Automatic handling of schema drift
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/TestAlterTable.java | 41 ++++++++++++++
.../org/apache/kudu/client/TestKuduClient.java | 63 ++++++++++++++++++++++
.../org/apache/kudu/spark/kudu/DefaultSource.scala | 10 +++-
.../org/apache/kudu/spark/kudu/KuduContext.scala | 26 +++++++++
.../apache/kudu/spark/kudu/KuduWriteOptions.scala | 7 ++-
.../apache/kudu/spark/kudu/DefaultSourceTest.scala | 59 ++++++++++++++++++++
src/kudu/clock/builtin_ntp.cc | 25 ++++-----
.../mini-cluster/external_mini_cluster-test.cc | 2 +-
8 files changed, 218 insertions(+), 15 deletions(-)