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: extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/JdbcBasePersistenceImpl.java
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -716,6 +716,9 @@ public void writeToPolicyMappingRecords(
716
716
Preconditions.checkArgument(
717
717
policyType != null, "Invalid policy type code: %s", record.getPolicyTypeCode());
0 commit comments