geserdugarov commented on issue #12133:
URL: https://github.com/apache/hudi/issues/12133#issuecomment-2458837201

   Issue is reproduced on 3d81ea0a313bba1902065de87de4ee2be38538e3:
   ```Bash
   tree -a
   .
   ├── 00000000-6344-45e3-abbb-b78fd08cfc12-0_0-13-11_20241106134327326.parquet
   ├── 
.00000000-6344-45e3-abbb-b78fd08cfc12-0_0-13-11_20241106134327326.parquet.crc
   ├── .00000000-6344-45e3-abbb-b78fd08cfc12-0_20241106134336247.log.1_0-29-27
   ├── 
..00000000-6344-45e3-abbb-b78fd08cfc12-0_20241106134336247.log.1_0-29-27.crc
   ├── .hoodie
   
   ```
   
   Hoodie table properties:
   ```Bash
   cat ./.hoodie/hoodie.properties
   #Updated at 2024-11-06T06:43:32.140Z
   #Wed Nov 06 13:43:32 NOVT 2024
   hoodie.table.precombine.field=dt
   hoodie.table.version=8
   hoodie.database.name=default
   hoodie.table.initial.version=8
   hoodie.datasource.write.hive_style_partitioning=true
   hoodie.table.metadata.partitions.inflight=
   hoodie.table.checksum=2880991016
   hoodie.table.keygenerator.type=NON_PARTITION
   
hoodie.table.create.schema={"type"\:"record","name"\:"cow_or_mor_record","namespace"\:"hoodie.cow_or_mor","fields"\:[{"name"\:"id","type"\:["int","null"]},{"name"\:"dt","type"\:["int","null"]}]}
   hoodie.archivelog.folder=archived
   hoodie.table.name=cow_or_mor
   hoodie.record.merge.strategy.id=eeb8d96f-b1e4-49fd-bbf8-28ac514178e5
   
hoodie.compaction.payload.class=org.apache.hudi.common.model.DefaultHoodieRecordPayload
   hoodie.table.type=COPY_ON_WRITE                                              
<-- COW
   hoodie.datasource.write.partitionpath.urlencode=false
   hoodie.datasource.write.drop.partition.columns=false
   hoodie.table.metadata.partitions=files
   hoodie.timeline.layout.version=1
   hoodie.record.merge.mode=EVENT_TIME_ORDERING
   hoodie.table.recordkey.fields=id
   ```


-- 
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]

Reply via email to