Github user HuangWHWHW commented on the pull request:

    https://github.com/apache/flink/pull/1098#issuecomment-139233867
  
    @tillrohrmann 
    Hi, I got a problem in this failed CI.
    It is just a scala programming issue.
    I found both in `DataStream.scala` and `DataSet.scala` had the same method 
now:
    `def writeAsText(
          filePath: String,
          writeMode: FileSystem.WriteMode = null): DataSink[T]`
    So in some failed tests(.e.g 
`org.apache.flink.api.scala.table.test.AsITCase`), `ds.writeAsText(resultPath, 
WriteMode.OVERWRITE)` cannot find the correct `writeAsText` method.
    Could you tell me how to fix it?


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