[
https://issues.apache.org/jira/browse/HUDI-8821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leon Lin updated HUDI-8821:
---------------------------
Description:
Reproduction Steps:
# Create an empty table with Hudi 0.14 + Spark 3.5.0
# Insert some rows using Hudi 1.0.0 + Spark 3.5.2 as writer.
{code:java}
spark.sql("set hoodie.write.table.version=6"){code}
# Run deletes on the table
# The read results show that rows that don't matched the delete predicates
were deleted
was:
Reproduction Steps:
# Create an empty table with Hudi 0.14 + Spark 3.5.0
# Insert some rows using Hudi 1.0.0 + Spark 3.5.2 as writer.
{code:java}
spark.sql("set hoodie.write.table.version=6"){code}
# Run deletes on the table
# The read results show that rows that doesn't matched the delete predicates
were deleted
> Hudi 1.0 Spark SQL unexpected delete behaviors with backward writer
> -------------------------------------------------------------------
>
> Key: HUDI-8821
> URL: https://issues.apache.org/jira/browse/HUDI-8821
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Leon Lin
> Priority: Major
>
> Reproduction Steps:
> # Create an empty table with Hudi 0.14 + Spark 3.5.0
> # Insert some rows using Hudi 1.0.0 + Spark 3.5.2 as writer.
> {code:java}
> spark.sql("set hoodie.write.table.version=6"){code}
> # Run deletes on the table
> # The read results show that rows that don't matched the delete predicates
> were deleted
--
This message was sent by Atlassian Jira
(v8.20.10#820010)