We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7cb2b commit 4d74aacCopy full SHA for 4d74aac
paimon-core/src/test/java/org/apache/paimon/rest/RESTCatalogTest.java
@@ -252,7 +252,6 @@ void testBranches() throws Exception {
252
assertThat(restCatalog.listBranches(identifier)).containsOnly("my_branch");
253
restCatalog.dropBranch(identifier, "my_branch");
254
assertThat(restCatalog.listBranches(identifier)).isEmpty();
255
-
256
}
257
258
@Override
0 commit comments