Support for the PromoteAction strategy [master] #391

Merged
claudio.atzori merged 2 commits from promote_actions_join_type_master into master 2024-02-08 15:12:17 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d86b909db2 - Show all commits

View File

@ -29,7 +29,7 @@ public class PromoteAction {
public static String joinTypeForStrategy(PromoteAction.Strategy strategy) {
switch (strategy) {
case ENRICH:
return "join";
return "left_outer";
case UPSERT:
return "full_outer";
default: