Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MabelYC committed Jan 6, 2025
1 parent 59db6de commit 62e3ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public Map<String, String> getExternalConfig(PipelineOptions options) {
// insert flink related configs
return new HashMap<String, String>() {
{
put("key", "value");
put("key", "value");
}
};
}
Expand Down

0 comments on commit 62e3ee6

Please sign in to comment.