Skip to content

Commit

Permalink
Fix bug: flink-loader SchemaCache init
Browse files Browse the repository at this point in the history
fix #333
  • Loading branch information
haohao0103 committed Sep 20, 2022
1 parent d75f263 commit d09a1f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private Map<ElementBuilder, List<String>> initBuilders() {
builders.put(new EdgeBuilder(loadContext, this.struct, edgeMapping),
new ArrayList<>());
}
loadContext.updateSchemaCache();
return builders;
}

Expand Down

0 comments on commit d09a1f7

Please sign in to comment.