master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
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: