Skip to content

Commit a106090

Browse files
authored
Merge branch 'apache:master' into master-3989
2 parents 6b2aa2d + ac5cf1f commit a106090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

amoro-common/src/main/java/org/apache/amoro/table/TableMetaStore.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ private TableMetaStore(Configuration configuration) {
179179
this.krbPrincipal = null;
180180
this.accessKey = null;
181181
this.secretKey = null;
182-
getRuntimeContext().setConfiguration(configuration);
182+
this.runtimeContext = new RuntimeContext();
183+
runtimeContext.setConfiguration(configuration);
183184
}
184185

185186
public byte[] getMetaStoreSite() {

0 commit comments

Comments
 (0)