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/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f36ebc1c [doc] Document how to access Spark tables in paimon catalog
0f36ebc1c is described below

commit 0f36ebc1c0ecf86f3e934c8d4021cf63e9eff839
Author: JingsongLi <[email protected]>
AuthorDate: Tue Jun 13 20:32:23 2023 +0800

    [doc] Document how to access Spark tables in paimon catalog
---
 docs/content/engines/spark3.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/content/engines/spark3.md b/docs/content/engines/spark3.md
index 565f196b8..1054133c9 100644
--- a/docs/content/engines/spark3.md
+++ b/docs/content/engines/spark3.md
@@ -107,6 +107,9 @@ CREATE DATABASE default;
 USE default;
 ```
 
+After switching to the catalog (`'USE paimon'`), Spark's existing tables will 
not be directly accessible, you
+can use the `spark_catalog.${database_name}.${table_name}` to access Spark 
tables.
+
 **Step 3: Create a table and Write Some Records**
 
 ```sql

Reply via email to