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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new d94137cea [test] Fix spelling error in IcebergCompatibilityTest (#3737)
d94137cea is described below

commit d94137ceae3331e5dceaeabc580f1179714e4443
Author: wangsaisai <[email protected]>
AuthorDate: Fri Jul 12 16:58:52 2024 +0800

    [test] Fix spelling error in IcebergCompatibilityTest (#3737)
---
 .../test/java/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 e653142a8..668d91d44 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[] {

Reply via email to