This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 3e4282e1b [test] Fix failure for ManifestTestDataGenerator
3e4282e1b is described below
commit 3e4282e1b16a293f3b76646759ba7e0a5eda2936
Author: JingsongLi <[email protected]>
AuthorDate: Tue Jul 4 12:18:00 2023 +0800
[test] Fix failure for ManifestTestDataGenerator
---
.../test/java/org/apache/paimon/manifest/ManifestTestDataGenerator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-core/src/test/java/org/apache/paimon/manifest/ManifestTestDataGenerator.java
b/paimon-core/src/test/java/org/apache/paimon/manifest/ManifestTestDataGenerator.java
index c09d4e64c..81b8ad1f7 100644
---
a/paimon-core/src/test/java/org/apache/paimon/manifest/ManifestTestDataGenerator.java
+++
b/paimon-core/src/test/java/org/apache/paimon/manifest/ManifestTestDataGenerator.java
@@ -88,7 +88,7 @@ public class ManifestTestDataGenerator {
TableStatsCollector collector =
new TableStatsCollector(
TestKeyValueGenerator.DEFAULT_PART_TYPE,
- IntStream.range(0,
TestKeyValueGenerator.DEFAULT_ROW_TYPE.getFieldCount())
+ IntStream.range(0,
TestKeyValueGenerator.DEFAULT_PART_TYPE.getFieldCount())
.mapToObj(i -> new FullFieldStatsCollector())
.toArray(FieldStatsCollector[]::new));
FieldStatsArraySerializer serializer =