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

    https://github.com/apache/flink/pull/874#discussion_r33660212
  
    --- Diff: 
flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/common/ParameterMap.scala
 ---
    @@ -112,7 +112,7 @@ object ParameterMap {
      *
      * @tparam T Type of parameter value associated to this parameter key
      */
    -trait Parameter[T] {
    +trait Parameter[+T] {
    --- End diff --
    
    This was initially needed to get the hack working, I will remove when I 
rework the ParameterMap


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to