[HUDI-583] Code Cleanup, remove redundant code, and other changes (#1237)
This commit is contained in:
@@ -33,13 +33,12 @@ import java.io.IOException;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class TestTimestampBasedKeyGenerator {
|
||||
private Schema schema;
|
||||
private GenericRecord baseRecord;
|
||||
private TypedProperties properties = new TypedProperties();
|
||||
|
||||
@Before
|
||||
public void initialize() throws IOException {
|
||||
schema = SchemaTestUtil.getTimestampEvolvedSchema();
|
||||
Schema schema = SchemaTestUtil.getTimestampEvolvedSchema();
|
||||
baseRecord = SchemaTestUtil
|
||||
.generateAvroRecordFromJson(schema, 1, "001", "f1");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user