1
0

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:
Yishuang Lu
2018-09-23 17:23:35 -07:00
committed by vinoth chandar
parent 460e24e84b
commit faf93b6340
7 changed files with 5 additions and 5 deletions

View File

@@ -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);