We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9451276 commit ce6813fCopy full SHA for ce6813f
fe/fe-core/src/main/java/org/apache/doris/cloud/backup/CloudRestoreJob.java
@@ -544,6 +544,7 @@ private Cloud.CreateTabletsResponse sendCreateTabletsRequests(Cloud.CreateTablet
544
545
@Override
546
public void gsonPostProcess() throws IOException {
547
+ super.gsonPostProcess();
548
storageVaultName = properties.get(PROP_STORAGE_VAULT_NAME);
549
}
550
0 commit comments