Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/5112#discussion_r159384609 --- Diff: flink-streaming-scala/src/main/scala/org/apache/flink/streaming/experimental/package.scala --- @@ -16,23 +16,25 @@ * limitations under the License. */ -package org.apache.flink.contrib.streaming.scala +package org.apache.flink.streaming.experimental --- End diff -- To retain symmetry with the original code, would be good to have this in a `scala` subpackage.
---