Skip to content

Commit

Permalink
initialize before using
Browse files Browse the repository at this point in the history
  • Loading branch information
parmitam committed May 1, 2017
1 parent c79612c commit 8fef185
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -115,6 +115,7 @@ public PythonUDFEvaluator(
pyWorker = new PythonWorker();
pyWorker.sendCodePickle(fs.getBinary(), columnIdxs.length, outputType, isMultiValued);
buffer = new TupleBuffer(stateSchema);
groups = new IntObjectHashMap<>();
}

/**
Expand Down

0 comments on commit 8fef185

Please sign in to comment.