Skip to content

Commit

Permalink
[hotfix][docs] Fix ExecutionEnvironment.scala doc error
Browse files Browse the repository at this point in the history
This closes apache#13324
  • Loading branch information
shaokan.cao authored and rmetzger committed Sep 4, 2020
1 parent e016804 commit 9647481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class ExecutionEnvironment(javaEnv: JavaEnv) {
*
* @param filePath The path of the file, as a URI (e.g., "file:https:///some/local/file" or
* "hdfs:https://host:port/file/path").
* @param charsetName The name of the character set used to read the file. Default is UTF-0
* @param charsetName The name of the character set used to read the file. Default is UTF-8
*/
def readTextFileWithValue(
filePath: String,
Expand Down

0 comments on commit 9647481

Please sign in to comment.