Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/966#discussion_r36355535
  
    --- Diff: 
flink-staging/flink-hadoop-compatibility/src/main/java/org/apache/flink/hadoopcompatibility/mapred/record/HadoopRecordInputFormat.java
 ---
    @@ -37,7 +37,7 @@
     import org.apache.hadoop.mapred.RecordReader;
     import org.apache.hadoop.util.ReflectionUtils;
     
    -public class HadoopRecordInputFormat<K, V> implements InputFormat<Record, 
HadoopInputSplit> {
    +public class HadoopRecordInputFormat<K, V> extends RichInputFormat<Record, 
HadoopInputSplit> {
    --- End diff --
    
    Class will be removed soon. Not strictly necessary to adapt it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to