ad1happy2go commented on issue #12133:
URL: https://github.com/apache/hudi/issues/12133#issuecomment-2458795373
@geserdugarov I tried your code with the current master but can't see any
issue. Can you please try once and confirm please. Thanks a lot.
Code
```
create table mor_as_cow (
id int,
dt int
) using hudi
tblproperties (
primaryKey = 'id',
type = 'cow',
preCombineField = 'dt',
hoodie.index.type = 'BUCKET',
hoodie.index.bucket.engine = 'SIMPLE',
hoodie.bucket.index.num.buckets = '2',
hoodie.datasource.write.row.writer.enable = 'false',
hoodie.datasource.write.operation = 'bulk_insert')
location '/tmp/mot_as_cow';
insert into mor_as_cow values (5, 10);
insert into mor_as_cow values (9, 30);
```
<img width="1722" alt="image"
src="https://github.com/user-attachments/assets/0385d53f-9bcd-41ae-ac7f-28ad08092874">
--
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]