[
https://issues.apache.org/jira/browse/HUDI-5093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5093:
----------------------------
Description:
[This
method|https://github.com/apache/hudi/blob/master/hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestTable.java#L910]
in HoodieTestTable is used to create commits and some test methods will create
over 10 commits. Each call is taking 3-4 seconds locally for me so if we could
cut this down to 1-2 seconds we would see a big testing performance improvement.
public HoodieCommitMetadata doWriteOperation(String commitTime,
WriteOperationType operationType,
> Revisiting doWriteOperation for preparing test data
> ---------------------------------------------------
>
> Key: HUDI-5093
> URL: https://issues.apache.org/jira/browse/HUDI-5093
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Ethan Guo
> Priority: Major
>
> [This
> method|https://github.com/apache/hudi/blob/master/hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestTable.java#L910]
> in HoodieTestTable is used to create commits and some test methods will
> create over 10 commits. Each call is taking 3-4 seconds locally for me so if
> we could cut this down to 1-2 seconds we would see a big testing performance
> improvement.
> public HoodieCommitMetadata doWriteOperation(String commitTime,
> WriteOperationType operationType,
--
This message was sent by Atlassian Jira
(v8.20.10#820010)