From d94137ceae3331e5dceaeabc580f1179714e4443 Mon Sep 17 00:00:00 2001 From: wangsaisai Date: Fri, 12 Jul 2024 16:58:52 +0800 Subject: [PATCH] [test] Fix spelling error in IcebergCompatibilityTest (#3737) --- .../org/apache/paimon/iceberg/IcebergCompatibilityTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paimon-core/src/test/java/org/apache/paimon/iceberg/IcebergCompatibilityTest.java b/paimon-core/src/test/java/org/apache/paimon/iceberg/IcebergCompatibilityTest.java index e653142a8af7..668d91d44bdf 100644 --- a/paimon-core/src/test/java/org/apache/paimon/iceberg/IcebergCompatibilityTest.java +++ b/paimon-core/src/test/java/org/apache/paimon/iceberg/IcebergCompatibilityTest.java @@ -68,7 +68,7 @@ public class IcebergCompatibilityTest { @TempDir java.nio.file.Path tempDir; @Test - public void testUnartitionedPrimaryKeyTable() throws Exception { + public void testUnPartitionedPrimaryKeyTable() throws Exception { RowType rowType = RowType.of( new DataType[] {