[ https://issues.apache.org/jira/browse/GOBBLIN-1174?focusedWorklogId=441459&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-441459 ]
ASF GitHub Bot logged work on GOBBLIN-1174: ------------------------------------------- Author: ASF GitHub Bot Created on: 04/Jun/20 18:13 Start Date: 04/Jun/20 18:13 Worklog Time Spent: 10m Work Description: zxcware commented on a change in pull request #3019: URL: https://github.com/apache/incubator-gobblin/pull/3019#discussion_r435453152 ########## File path: gobblin-core/src/main/java/org/apache/gobblin/source/extractor/hadoop/AvroFileSource.java ########## @@ -28,13 +28,16 @@ import com.google.common.collect.Lists; +import lombok.extern.slf4j.Slf4j; + import org.apache.gobblin.configuration.ConfigurationKeys; import org.apache.gobblin.configuration.State; import org.apache.gobblin.configuration.WorkUnitState; import org.apache.gobblin.source.extractor.Extractor; import org.apache.gobblin.source.extractor.filebased.FileBasedSource; +@Slf4j public class AvroFileSource extends FileBasedSource<Schema, GenericRecord> { private static final Logger LOGGER = LoggerFactory.getLogger(AvroFileSource.class); Review comment: nice catch! Done. ---------------------------------------------------------------- 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 Issue Time Tracking ------------------- Worklog Id: (was: 441459) Time Spent: 1h 10m (was: 1h) > Fail job on FileBasedSource ls invalid source directory > ------------------------------------------------------- > > Key: GOBBLIN-1174 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1174 > Project: Apache Gobblin > Issue Type: Task > Reporter: Zhixiong Chen > Assignee: Zhixiong Chen > Priority: Major > Time Spent: 1h 10m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)