Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
I write data to hudi with UPSERT mode, when set ENABLE_ROW_WRITER_OPT_KEY=true, the write type will change to BULK_INSERT. This can be very confusing to users.
This was caused by the if-test condition in HoodieSparkSqlWriter#write as follow:
There is a lack of judgment on the write type,which make all of the write type change to bulk write.
Attachments
Attachments
Issue Links
- links to