Lokesh Jain created HUDI-6889:
---------------------------------
Summary: Improve usability of bulk insert with insert overwrite
operations in Spark Datasource
Key: HUDI-6889
URL: https://issues.apache.org/jira/browse/HUDI-6889
Project: Apache Hudi
Issue Type: Bug
Reporter: Lokesh Jain
Currently for using bulk insert with insert overwrite operations in Spark
Datasource, user would currently have to set
`hoodie.bulkinsert.overwrite.operation.type` to
insert_overwrite_table(OVERWRITE) or insert_overwrite(APPEND) and use the
corresponding save modes. Since this is an internal config, it should not be
exposed. The jira aims to find an easier way to support the feature for the
users through a new config or a different config altogether.
One idea is to deprecate hoodie.spark.sql.insert.into.operation and create a
new config which can be shared by both sql and datasource.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)