Fix the name of avro schema file in Test
Fixed the name of avro schema file in Test Signed-off-by: Yishuang Lu <luystu@gmail.com>
This commit is contained in:
committed by
vinoth chandar
parent
460e24e84b
commit
faf93b6340
@@ -176,7 +176,7 @@ public class HoodieInputFormatTest {
|
||||
//TODO enable this after enabling predicate pushdown
|
||||
public void testPredicatePushDown() throws IOException {
|
||||
// initial commit
|
||||
Schema schema = InputFormatTestUtil.readSchema("/sample1.avro");
|
||||
Schema schema = InputFormatTestUtil.readSchema("/sample1.avsc");
|
||||
String commit1 = "20160628071126";
|
||||
File partitionDir = InputFormatTestUtil.prepareParquetDataset(basePath, schema, 1, 10, commit1);
|
||||
InputFormatTestUtil.commit(basePath, commit1);
|
||||
|
||||
Reference in New Issue
Block a user