This is an automated email from the ASF dual-hosted git repository.
vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 192ee432ee2 Remove duplicated WriteOperationType.INSERT.value (#7999)
192ee432ee2 is described below
commit 192ee432ee217d7e388da90a0f6c613ab478ef14
Author: kazdy <[email protected]>
AuthorDate: Tue Mar 28 03:46:12 2023 +0200
Remove duplicated WriteOperationType.INSERT.value (#7999)
---
.../src/main/scala/org/apache/hudi/DataSourceOptions.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
b/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
index 012f33f640d..bac0a530e5d 100644
---
a/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
+++
b/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
@@ -270,7 +270,6 @@ object DataSourceWriteOptions {
WriteOperationType.DELETE_PARTITION.value,
WriteOperationType.INSERT_OVERWRITE_TABLE.value,
WriteOperationType.COMPACT.value,
- WriteOperationType.INSERT.value,
WriteOperationType.ALTER_SCHEMA.value
)
.withDocumentation("Whether to do upsert, insert or bulkinsert for the
write operation. " +