Merge pull request #5399 from arjunE1395/reducer-as-fix

Reducer as alias fix
pull/5420/head
Nikita Koksharov 1 year ago committed by GitHub
commit b82d74885f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ public final class ReducerParams implements Reducer {
@Override
public Reducer as(String alias) {
this.as = as;
this.as = alias;
return this;
}

Loading…
Cancel
Save