You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/sink/PaimonSinkWriter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ public PaimonSinkWriter(
176
176
log.warn("Append only table currently do not support dynamic bucket");
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-paimon/src/test/java/org/apache/seatunnel/connectors/seatunnel/paimon/catalog/PaimonPrivilegeCatalogTest.java
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@
105
105
publicclassPaimonPrivilegeCatalogTest {
106
106
107
107
privatePaimonCatalogauthorizedCatalog;
108
+
privatePaimonCatalogauthorizedSelectCatalog;
108
109
privatePaimonCatalogunAuthorizedCatalog;
109
110
privatePaimonCatalogrootUserPaimonCatalog;
110
111
privateStringCATALOG_NAME = "paimon_catalog";
@@ -117,9 +118,11 @@ public class PaimonPrivilegeCatalogTest {
0 commit comments