You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/30 11:26:44 UTC

[GitHub] dawidwys commented on a change in pull request #7168: [FLINK-6756][DataStream API] Provide Rich AsyncFunction to Scala API …

dawidwys commented on a change in pull request #7168: [FLINK-6756][DataStream API] Provide Rich AsyncFunction to Scala API …
URL: https://github.com/apache/flink/pull/7168#discussion_r237829126
 
 

 ##########
 File path: flink-streaming-scala/src/test/scala/org/apache/flink/streaming/api/scala/AsyncDataStreamITCase.scala
 ##########
 @@ -33,6 +33,7 @@ import scala.concurrent.{ExecutionContext, Future}
 object AsyncDataStreamITCase {
   val timeout = 1000L
   private var testResult: mutable.ArrayBuffer[Int] = _
+  private var runtimeTestResult: mutable.ArrayBuffer[String] = _
 
 Review comment:
   Try to reuse the previous buffer.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services