Skip to content

Commit

Permalink
Merge branch 'ir_get_meta' of github.com:shirly121/GraphScope into ir…
Browse files Browse the repository at this point in the history
…_get_meta
  • Loading branch information
shirly121 committed Jun 14, 2024
2 parents 3072239 + c53a009 commit 7e9d687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private com.alibaba.graphscope.common.config.Configs getConfigs() {
addToConfigMapIfExist(PlannerConfig.GRAPH_PLANNER_OPT.getKey(), configMap);
addToConfigMapIfExist(PlannerConfig.GRAPH_PLANNER_RULES.getKey(), configMap);
addToConfigMapIfExist(FrontendConfig.GREMLIN_SCRIPT_LANGUAGE_NAME.getKey(), configMap);
addToConfigMapIfExist(FrontendConfig.PHYSICAL_OPT_CONFIG.getKey(), configMap);
addToConfigMapIfExist(FrontendConfig.GRAPH_PHYSICAL_OPT.getKey(), configMap);
return new com.alibaba.graphscope.common.config.Configs(configMap);
}

Expand Down

0 comments on commit 7e9d687

Please sign in to comment.