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 07cdc32 KUDU-1563. Add a feature flag for IGNORE operations
new 7fbe341 KUDU-1563 Support ignore operations in kudu-spark
new 5faf797 KUDU-1563 Use DELETE_IGNORE in KuduRestore job
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:
.../scala/org/apache/kudu/backup/KuduRestore.scala | 13 ++++++--
.../org/apache/kudu/backup/TestKuduBackup.scala | 17 +++++++++-
.../org/apache/kudu/spark/kudu/DefaultSource.scala | 13 ++++++--
.../org/apache/kudu/spark/kudu/KuduContext.scala | 22 +++++++++++--
.../org/apache/kudu/spark/kudu/OperationType.scala | 15 +++++++++
.../apache/kudu/spark/kudu/DefaultSourceTest.scala | 38 ++++++++++++++++++++++
6 files changed, 109 insertions(+), 9 deletions(-)