[
https://issues.apache.org/jira/browse/HUDI-9672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shuo Cheng updated HUDI-9672:
-----------------------------
Description:
Considering the following ingestion case for spark: MOR table + upsert/insert
1st insert: ("1", "a1", "10", "000"). -> fg1-001.parquet
1st insert: ("1", "a1", "10", "000"). -> fg1-001.parquet
1st insert: ("1", "a1", "10", "000"). -> fg1-001.parquet
> Fix data loss for spark incremental query with skip clustering enabled
> ----------------------------------------------------------------------
>
> Key: HUDI-9672
> URL: https://issues.apache.org/jira/browse/HUDI-9672
> Project: Apache Hudi
> Issue Type: Bug
> Components: spark-sql
> Reporter: Shuo Cheng
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.1.0
>
>
> Considering the following ingestion case for spark: MOR table + upsert/insert
> 1st insert: ("1", "a1", "10", "000"). -> fg1-001.parquet
> 1st insert: ("1", "a1", "10", "000"). -> fg1-001.parquet
> 1st insert: ("1", "a1", "10", "000"). -> fg1-001.parquet
--
This message was sent by Atlassian Jira
(v8.20.10#820010)