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 85d95be01 [core] fix typo in TableSchema.java (#4230)
85d95be01 is described below
commit 85d95be0130991805e707934b15140326f5a8a17
Author: Ikko Eltociear Ashimine <[email protected]>
AuthorDate: Mon Sep 23 11:12:16 2024 +0900
[core] fix typo in TableSchema.java (#4230)
---
paimon-core/src/main/java/org/apache/paimon/schema/TableSchema.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-core/src/main/java/org/apache/paimon/schema/TableSchema.java
b/paimon-core/src/main/java/org/apache/paimon/schema/TableSchema.java
index 18bf3c893..b5bdeccf1 100644
--- a/paimon-core/src/main/java/org/apache/paimon/schema/TableSchema.java
+++ b/paimon-core/src/main/java/org/apache/paimon/schema/TableSchema.java
@@ -120,7 +120,7 @@ public class TableSchema implements Serializable {
// try to trim to validate primary keys
trimmedPrimaryKeys();
- // try to validate and initalize the bucket keys
+ // try to validate and initialize the bucket keys
List<String> tmpBucketKeys = originalBucketKeys();
if (tmpBucketKeys.isEmpty()) {
tmpBucketKeys = trimmedPrimaryKeys();