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

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

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

    https://github.com/apache/flink/pull/1294#discussion_r42818462
  
    --- Diff: 
flink-runtime/src/test/java/org/apache/flink/runtime/operators/MapTaskTest.java 
---
    @@ -38,8 +37,7 @@
     import org.junit.Assert;
     import org.junit.Test;
     
    -@SuppressWarnings("deprecation")
    -public class MapTaskTest extends 
DriverTestBase<GenericCollectorMap<Record, Record>> {
    +public class MapTaskTest extends DriverTestBase<FlatMapFunction<Record, 
Record>> {
    --- End diff --
    
    Small nit: should probably rename this to ``FlatMapTaskTest`` since now it 
is actually using ``flatMap`` function instead?


> Remove dependencies on Record for Flink runtime and core
> --------------------------------------------------------
>
>                 Key: FLINK-1982
>                 URL: https://issues.apache.org/jira/browse/FLINK-1982
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Henry Saputra
>            Assignee: Fabian Hueske
>
> Seemed like there are several uses of Record API in core and runtime module 
> that need to be updated before Record API could be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to