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

    https://github.com/apache/flink/pull/5564#discussion_r170230041
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/DescriptorProperties.scala
 ---
    @@ -178,46 +244,128 @@ class DescriptorProperties(normalizeKeys: Boolean = 
true) {
         }
       }
     
    +  /**
    +    * Adds an indexed mapping of properties under a common key.
    +    *
    +    * For example:
    +    *
    +    * schema.fields.0.type = INT, schema.fields.0.name = test
    +    *                             schema.fields.1.name = test2
    +    *
    +    * The arity of the propertySets can differ.
    +    *
    +    * This method is intended for Java code.
    +    */
    +  def putIndexedVariableProperties(
    --- End diff --
    
    Remove Scala equivalent?


---

Reply via email to