forked from D-Net/dnet-hadoop
[actiosets] fixed join type
This commit is contained in:
parent
08162902ab
commit
d86b909db2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue