Skip to content

Commit

Permalink
[HUDI-442] Fix TestComplexKeyGenerator#testSingleValueKeyGenerator an…
Browse files Browse the repository at this point in the history
…d testMultipleValueKeyGenerator NPE
  • Loading branch information
yanghua committed Dec 24, 2019
1 parent 66463ff commit 09c34a0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.apache.avro.generic.GenericRecord;

import java.util.Arrays;
import java.util.List;

/**
* Complex key generator, which takes names of fields to be used for recordKey and partitionPath as configs.
Expand All @@ -38,10 +37,6 @@ public class ComplexKeyGenerator extends KeyGenerator {
private static final String NULL_RECORDKEY_PLACEHOLDER = "__null__";
private static final String EMPTY_RECORDKEY_PLACEHOLDER = "__empty__";

protected final List<String> recordKeyFields;

protected final List<String> partitionPathFields;

protected final boolean hiveStylePartitioning;

public ComplexKeyGenerator(TypedProperties props) {
Expand Down

0 comments on commit 09c34a0

Please sign in to comment.