Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16681
Change subject: WIP: KUDU-1563 Support ignore operations in kudu-spark ...................................................................... WIP: KUDU-1563 Support ignore operations in kudu-spark This patch adds support for the INSERT_IGNORE, UPDATE_IGNORE, and DELETE_IGNORE operations into the Kudu Spark integration. TODO: After KUDU-3211 automatically detect if INSERT_IGNORE is supported and fall back to INSERT with `kudu.ignoreDuplicateRowErrors = true`. Change-Id: If4b4dc0ec996a88afead0f9da0024457e568b0f4 --- M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/DefaultSource.scala M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduContext.scala M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/OperationType.scala M java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/DefaultSourceTest.scala 4 files changed, 67 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/16681/1 -- To view, visit http://gerrit.cloudera.org:8080/16681 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If4b4dc0ec996a88afead0f9da0024457e568b0f4 Gerrit-Change-Number: 16681 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
