Sagar Sumit created HUDI-8599:
---------------------------------
Summary: Duplicates after downgrade and clustering
Key: HUDI-8599
URL: https://issues.apache.org/jira/browse/HUDI-8599
Project: Apache Hudi
Issue Type: Sub-task
Reporter: Sagar Sumit
Assignee: Sagar Sumit
Fix For: 1.0.0
Steps to repro:
# Start with version 0.15.0 and do an insert.
# Do an update followed by clustering.
# Run the count query (no dups).
# Now, do and update with 1.0.0 with autpUpgrade. This will upgrade the table
to tv=8. Run the count query (no dups).
# Run clustering with 1.0.0. Run the count query (no dups).
# Dowgrade to tv = 6. Run the count query (DUPLICATES here).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)