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

    https://github.com/apache/flink/pull/1056#discussion_r37968466
  
    --- Diff: 
flink-scala/src/main/scala/org/apache/flink/api/scala/hadoop/mapred/HadoopOutputFormat.scala
 ---
    @@ -18,11 +18,17 @@
     package org.apache.flink.api.scala.hadoop.mapred
     
     import org.apache.flink.api.java.hadoop.mapred.HadoopOutputFormatBase
    -import org.apache.hadoop.mapred.{JobConf, OutputFormat}
    +import org.apache.hadoop.mapred.{OutputCommitter, JobConf, OutputFormat}
     
     class HadoopOutputFormat[K, V](mapredOutputFormat: OutputFormat[K, V], 
job: JobConf)
       extends HadoopOutputFormatBase[K, V, (K, V)](mapredOutputFormat, job) {
     
    +  def this(mapredOutputFormat: OutputFormat[K, V], outputCommitterClass: 
Class[OutputCommitter],
    +           job: JobConf) {
    --- End diff --
    
    Can we use multi line parameter lists as in other Scala files?


---
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