Shuo Cheng created HUDI-9195: -------------------------------- Summary: rowdata write handle builds data block using record iterator if there is no delete record Key: HUDI-9195 URL: https://issues.apache.org/jira/browse/HUDI-9195 Project: Apache Hudi Issue Type: Sub-task Components: flink-sql Reporter: Shuo Cheng
If there is no delete record, log write handle only writes data blocks, there is no need to divide records into upsert records and delete records then, we can build data block directly using the record iterator. -- This message was sent by Atlassian Jira (v8.20.10#820010)