This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push: new e75afa68 [hotfix] Fix minor error in spark2 documentation e75afa68 is described below commit e75afa687e053d7217c8f714c1209306dc10443e Author: JingsongLi <lzljs3620...@aliyun.com> AuthorDate: Tue Jul 19 15:49:39 2022 +0800 [hotfix] Fix minor error in spark2 documentation --- docs/content/docs/engines/spark2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/engines/spark2.md b/docs/content/docs/engines/spark2.md index c8976b99..621bc96f 100644 --- a/docs/content/docs/engines/spark2.md +++ b/docs/content/docs/engines/spark2.md @@ -64,5 +64,5 @@ OPTIONS ( ## Query Table ```sql -SELECT * FROM table_store.default.myTable; +SELECT * FROM myTable; ```