Skip to content

Commit

Permalink
[Fix][Engine] Fix flink engine config issue (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
zixi0825 authored Feb 20, 2025
1 parent 8cbeadd commit 5247060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void buildSinkConfigs() throws DataVinesException {
if (("expected_value_" + metricUniqueKey).equals(metricInputParameter.get(EXPECTED_VALUE))) {
metricInputParameter.put(EXPECTED_VALUE, "-1");
}
taskSinkSql = taskSinkSql.replaceAll("full join \\$\\{expected_table}","");
taskSinkSql = taskSinkSql.replaceAll("cross join \\$\\{expected_table}","");
} else {
metricInputParameter.put(EXPECTED_VALUE, "COALESCE(expected_value_" + metricUniqueKey + ", -1)");
}
Expand Down
Binary file modified docs/img/wechat-author-qrcode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5247060

Please sign in to comment.