We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b2aa2d + ac5cf1f commit a106090Copy full SHA for a106090
amoro-common/src/main/java/org/apache/amoro/table/TableMetaStore.java
@@ -179,7 +179,8 @@ private TableMetaStore(Configuration configuration) {
179
this.krbPrincipal = null;
180
this.accessKey = null;
181
this.secretKey = null;
182
- getRuntimeContext().setConfiguration(configuration);
+ this.runtimeContext = new RuntimeContext();
183
+ runtimeContext.setConfiguration(configuration);
184
}
185
186
public byte[] getMetaStoreSite() {
0 commit comments