We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baab4e commit 7df24b6Copy full SHA for 7df24b6
paimon-core/src/test/java/org/apache/paimon/operation/FileStoreCommitTest.java
@@ -1040,7 +1040,7 @@ public void testCommitManifestWithProperties() throws Exception {
1040
}
1041
1042
@Test
1043
- public void testExpireWithExistingTags() throws Exception {
+ public void testCommitTwiceWithDifferentKind() throws Exception {
1044
TestFileStore store = createStore(false);
1045
try (FileStoreCommitImpl commit = store.newCommit()) {
1046
// Append
0 commit comments