htran1 commented on a change in pull request #2860: [GOBBLIN-1015] Support for 
direct Avro and Protobuf formats through Parquet writer
URL: https://github.com/apache/incubator-gobblin/pull/2860#discussion_r366392795
 
 

 ##########
 File path: 
gobblin-data-management/src/test/java/org/apache/gobblin/data/management/copy/UnixTimestampRecursiveCopyableDatasetTest.java
 ##########
 @@ -116,7 +121,8 @@ public boolean accept(Path path) {
     String datasetRoot = rootPath + "/" + databaseName;
     UnixTimestampRecursiveCopyableDataset dataset = 
(UnixTimestampRecursiveCopyableDataset) finder.datasetAtPath(new 
Path(datasetRoot));
     List<FileStatus> fileStatusList = dataset.getFilesAtPath(fs, baseSrcDir, 
ACCEPT_ALL_PATH_FILTER);
-    Assert.assertTrue(fileStatusList.size() == 30);
+    Assert.assertEquals(fileStatusList.size(), NUM_FILES_PER_DIR * 
NUM_DIRS_PER_DAY * NUM_LOOKBACK_DAYS);
+    //Assert.assertTrue(fileStatusList.size() == 30);
 
 Review comment:
   Remove this too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to