forked from D-Net/dnet-hadoop
[actiosets] fixed join type
This commit is contained in:
parent
009dcf6aea
commit
fd17c1f17c
|
@ -29,7 +29,7 @@ public class PromoteAction {
|
||||||
public static String joinTypeForStrategy(PromoteAction.Strategy strategy) {
|
public static String joinTypeForStrategy(PromoteAction.Strategy strategy) {
|
||||||
switch (strategy) {
|
switch (strategy) {
|
||||||
case ENRICH:
|
case ENRICH:
|
||||||
return "join";
|
return "left_outer";
|
||||||
case UPSERT:
|
case UPSERT:
|
||||||
return "full_outer";
|
return "full_outer";
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue