Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mchades committed Apr 7, 2024
1 parent d844614 commit ba0196a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void initialize(Map<String, String> conf, CatalogInfo info) throws Runtim
});

Map<String, String> mergeConfig = Maps.newHashMap(byPassConfig);
// `gravitinoConfig` overwrite byPassConfig if possible
// `gravitinoConfig` overwrite byPassConfig if possibles
mergeConfig.putAll(gravitinoConfig);

Configuration hadoopConf = new Configuration();
Expand Down

0 comments on commit ba0196a

Please sign in to comment.