Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Apr 2, 2024
1 parent 8c7a961 commit 352de15
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ public void testWorkWithPartialUpdate() throws Exception {
prepareTargetTable(CoreOptions.ChangelogProducer.LOOKUP);

MergeIntoActionBuilder action = new MergeIntoActionBuilder(warehouse, database, "T");
// here test if it works when table S is in default and qualified both
action.withSourceTable("default.S")
action.withSourceTable("S")
.withMergeCondition("T.k = S.k AND T.dt = S.dt")
.withMatchedUpsert(
"T.v <> S.v AND S.v IS NOT NULL", "v = S.v, last_action = 'matched_upsert'")
Expand Down

0 comments on commit 352de15

Please sign in to comment.