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/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 6a1e4775ff [hotfix][doc] Add quotes to the partition (#4931)
6a1e4775ff is described below
commit 6a1e4775ffba43dfedc436b9e1e64559dd5d1c14
Author: yangjf2019 <[email protected]>
AuthorDate: Thu Jan 16 19:19:18 2025 +0800
[hotfix][doc] Add quotes to the partition (#4931)
---
docs/content/spark/auxiliary.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/spark/auxiliary.md b/docs/content/spark/auxiliary.md
index a53adfcce1..2b316d9d5e 100644
--- a/docs/content/spark/auxiliary.md
+++ b/docs/content/spark/auxiliary.md
@@ -93,7 +93,7 @@ The SHOW PARTITIONS statement is used to list partitions of a
table. An optional
SHOW PARTITIONS my_table;
-- Lists partitions matching the supplied partition spec for my_table
-SHOW PARTITIONS my_table PARTITION (dt=20230817);
+SHOW PARTITIONS my_table PARTITION (dt='20230817');
```
## Show Table Extended