File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,11 +290,11 @@ impl RestCatalog {
290
290
self . ctx
291
291
. get_or_try_init ( || async {
292
292
let client = HttpClient :: new ( & self . user_config ) ?;
293
- let catalog_config = RestCatalog :: load_config ( & client, & self . user_config ) . await ?;
294
- let config = self . user_config . clone ( ) . merge_with_config ( catalog_config) ;
295
- let client = client. update_with ( & config) ?;
293
+ // let catalog_config = RestCatalog::load_config(&client, &self.user_config).await?;
294
+ // let config = self.user_config.clone().merge_with_config(catalog_config);
295
+ // let client = client.update_with(&config)?;
296
296
297
- Ok ( RestContext { config, client } )
297
+ Ok ( RestContext { config : self . user_config . clone ( ) , client } )
298
298
} )
299
299
. await
300
300
}
You can’t perform that action at this time.
0 commit comments