Skip to content

Commit

Permalink
[test] Fix spelling error in IcebergCompatibilityTest (apache#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsaisai authored Jul 12, 2024
1 parent 319ce78 commit d94137c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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[] {
Expand Down

0 comments on commit d94137c

Please sign in to comment.