[ 
https://issues.apache.org/jira/browse/FLINK-7134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094117#comment-16094117
 ] 

ASF GitHub Bot commented on FLINK-7134:
---------------------------------------

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

    https://github.com/apache/flink/pull/4362#discussion_r128417549
  
    --- Diff: 
flink-connectors/flink-hcatalog/src/main/java/org/apache/flink/hcatalog/HCatInputFormatBase.java
 ---
    @@ -271,7 +273,7 @@ public BaseStatistics getStatistics(BaseStatistics 
cachedStats) throws IOExcepti
     
                JobContext jobContext = null;
                try {
    -                   jobContext = 
HadoopUtils.instantiateJobContext(configuration, new JobID());
    +                   jobContext = new JobContextImpl(configuration, new 
JobID());
    --- End diff --
    
    Sorry. Stephan. I just forgot about it. 


> Remove hadoop1.x code in mapreduce.utils.HadoopUtils
> ----------------------------------------------------
>
>                 Key: FLINK-7134
>                 URL: https://issues.apache.org/jira/browse/FLINK-7134
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API
>            Reporter: mingleizhang
>            Assignee: mingleizhang
>
> This jira is similar to FLINK-7118. And for a clearer format and a review, I 
> separated the two jira.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to