ad1happy2go commented on issue #10873:
URL: https://github.com/apache/hudi/issues/10873#issuecomment-2004095974
@xuzifu666 In case if you saying this to update above code -
```
for i in range(1,100):
df = df.withColumn("city", lit(i))
(df.write.format("hudi").options(**hudi_options).mode("append").save(PATH))
```
With above change, yes there was no commit which was archiving. But I am
thinking why they will be even archived, as all partitions data will still be
valid and all the commits are valid and should be active.
--
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]