levisLi opened a new issue, #6931:
URL: https://github.com/apache/hudi/issues/6931
when i use sparksql to create hudi table , i find it not support hudi
properties of 'hoodie.datasource.write.operation = insert' .
example:
create table if not exists hudi.h3(
id bigint,
name string,
price double
) using hudi
options (
primaryKey = 'id',
type = 'mor',
hoodie.cleaner.fileversions.retained = '1',
hoodie.datasource.write.operation = 'insert'
);
when i defind hoodie.datasource.write.operation = insert ,actual its upsert
model. how can i solve this issues?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]