apache / doris-spark-connector

Spark Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
74 stars 90 forks source link

[Not to Use save_mode] #194

Open ocean-zhc opened 4 months ago

ocean-zhc commented 4 months ago

Search before asking

Version

doris-spark-connector: 1.4.0

What's Wrong?

image

What You Expected?

can use "save_mode"

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

ocean-zhc commented 4 months ago

What works is the following configuration: .mode(SaveMode.Overwrite), The official configuration .option("save_mode", SaveMode.Overwrite) does not take effect!

JNSimba commented 2 weeks ago

Hello, I didn’t find the usage of .option("save_mode", SaveMode.Overwrite). It seems that .mode(SaveMode.Overwrite) is used for configuration?