Skip to content

Commit 6f234ee

Browse files
committed
fix
1 parent 99164ce commit 6f234ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-core/src/test/java/org/apache/paimon/operation/PartitionExpireTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void close() throws Exception {}
134134
};
135135

136136
CatalogEnvironment env =
137-
new CatalogEnvironment(null, null, null, null, null, false, false) {
137+
new CatalogEnvironment(null, null, null, null, null) {
138138

139139
@Override
140140
public PartitionHandler partitionHandler() {

0 commit comments

Comments
 (0)