This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git
commit 51e8ee622d08531d07fcc43882dced872de7835d Author: vinson0526 <vinson0...@users.noreply.github.com> AuthorDate: Fri Nov 22 18:05:36 2019 +0800 Fix document bugs in spark-doris-connector (#2275) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76e1d35..76f9d95 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ val dorisSparkDF = spark.read.format("doris") .option("doris.fenodes", "$YOUR_DORIS_FE_HOSTNAME:$YOUR_DORIS_FE_RESFUL_PORT") .option("user", "$YOUR_DORIS_USERNAME") .option("password", "$YOUR_DORIS_PASSWORD") + .load() dorisSparkDF.show(5) ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org