Skip to content

Commit

Permalink
Fix changelog test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick committed Apr 21, 2022
1 parent 83cb435 commit 9054f71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public void before() {
sql("USE CATALOG %s", CATALOG_NAME);
sql("CREATE DATABASE %s", DATABASE_NAME);
sql("USE %s", DATABASE_NAME);
// https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/config/#table-exec-sink-upsert-materialize
// UPDATED - Needed to make testChangeLogOnDataKey work.
// TODO - Add tests with all configuraiton values.
getTableEnv().getConfig().set("table.exec.sink.upsert-materialize", "NONE");
}

@After
Expand Down

0 comments on commit 9054f71

Please sign in to comment.