yukuai518 commented on a change in pull request #2616: [GOBBLIN-751] Make enforced file size matching to be configurable URL: https://github.com/apache/incubator-gobblin/pull/2616#discussion_r277915613
########## File path: gobblin-utility/src/main/java/org/apache/gobblin/util/filesystem/DataFileVersionStrategy.java ########## @@ -65,12 +65,13 @@ } String DATA_FILE_VERSION_STRATEGY_KEY = "org.apache.gobblin.dataFileVersionStrategy"; + String DEFAULT_DATA_FILE_VERSION_STAREGY = "modtime"; Review comment: Fixed. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
