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 7e7738c7 [hotfix] Fix minor in spark documentation
7e7738c7 is described below
commit 7e7738c72301af0e27d07d1c91ca5aebaf89fbb4
Author: JingsongLi <[email protected]>
AuthorDate: Tue Jul 5 16:12:23 2022 +0800
[hotfix] Fix minor in spark documentation
---
docs/content/docs/engines/spark.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/engines/spark.md
b/docs/content/docs/engines/spark.md
index 5883cd2c..d6631433 100644
--- a/docs/content/docs/engines/spark.md
+++ b/docs/content/docs/engines/spark.md
@@ -69,7 +69,7 @@ an existing Table Store table if you don't want to use Table
Store Catalog.
CREATE TEMPORARY VIEW myTable
USING tablestore
OPTIONS (
- path "file:/tmpe/warehouse/default.db/myTable"
+ path "file:/tmp/warehouse/default.db/myTable"
)
```