Closed bithw1 closed 1 week ago
@bithw1 Why are you seeting this -
option(DataSourceWriteOptions.HIVE_TABLE_SERDE_PROPERTIES.key, s"primaryKey=$primaryKey").
Remove this and try
For primary key you are already setting - option(RECORDKEY_FIELD.key, primaryKey).
@bithw1 Why are you seeting this - option(DataSourceWriteOptions.HIVE_TABLE_SERDE_PROPERTIES.key, s"primaryKey=$primaryKey"). Remove this and try
Thanks @ad1happy2go , let me try,thanks.
@bithw1 Was the suggestion helpful and worked. Feel free to close this issue if you are good.
Hi, I am using 0.15.0, I am using following code snippet on the spark-shell,trying to save the spark dataframe as an hudi table.
When I run the code, an exception occurs, the full exception stack trace is pasted below, the main problem is :
Caused by: java.lang.IllegalArgumentException: Partition-path field has to be non-empty!
,but i have set the partitionField, no sure where the problem is. `The full exception is: