Skip to content

Commit

Permalink
[FLINK-2622] [streaming] Align Scala streaming writeAsCsv API call wi…
Browse files Browse the repository at this point in the history
…th Java API

This closes #1473
This closes #1098
This closes #1459
  • Loading branch information
tillrohrmann authored and fhueske committed Dec 21, 2015
1 parent af99630 commit c08bcf1
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 155 deletions.
Expand Up @@ -64,7 +64,7 @@ public static enum WriteMode {
/** Creates write path if it does not exist. Does not overwrite existing files and directories. */
NO_OVERWRITE,

/** creates write path if it does not exist. Overwrites existing files and directories. */
/** Creates write path if it does not exist. Overwrites existing files and directories. */
OVERWRITE
}

Expand Down

0 comments on commit c08bcf1

Please sign in to comment.