[MINOR] fix annotation in teardown (#990)
This commit is contained in:
@@ -39,6 +39,7 @@ import org.apache.parquet.schema.OriginalType;
|
|||||||
import org.apache.parquet.schema.PrimitiveType;
|
import org.apache.parquet.schema.PrimitiveType;
|
||||||
import org.apache.parquet.schema.Types;
|
import org.apache.parquet.schema.Types;
|
||||||
import org.joda.time.DateTime;
|
import org.joda.time.DateTime;
|
||||||
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -65,7 +66,7 @@ public class TestHiveSyncTool {
|
|||||||
TestUtil.setUp();
|
TestUtil.setUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Before
|
@After
|
||||||
public void teardown() throws IOException, InterruptedException {
|
public void teardown() throws IOException, InterruptedException {
|
||||||
TestUtil.clear();
|
TestUtil.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user