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

    https://github.com/apache/flink/pull/5564#discussion_r170230028
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/DescriptorProperties.scala
 ---
    @@ -155,6 +199,28 @@ class DescriptorProperties(normalizeKeys: Boolean = 
true) {
         }
       }
     
    +  /**
    +    * Adds an indexed sequence of properties (with sub-properties) under a 
common key.
    +    *
    +    * For example:
    +    *
    +    * schema.fields.0.type = INT, schema.fields.0.name = test
    +    * schema.fields.1.type = LONG, schema.fields.1.name = test2
    +    *
    +    * The arity of each propertyValue must match the arity of propertyKeys.
    +    *
    +    * This method is intended for Java code.
    +    */
    +  def putIndexedFixedProperties(
    --- End diff --
    
    Remove Scala equivalent?


---

Reply via email to