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 7e684f9ad [doc] Document Spark SQL insert version
7e684f9ad is described below
commit 7e684f9ad7d1a4d519bdb44e5e3af5b9a4afdde0
Author: Jingsong <[email protected]>
AuthorDate: Tue Oct 10 10:10:22 2023 +0800
[doc] Document Spark SQL insert version
---
docs/content/engines/spark3.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/content/engines/spark3.md b/docs/content/engines/spark3.md
index b6a1966cb..e659d6dbf 100644
--- a/docs/content/engines/spark3.md
+++ b/docs/content/engines/spark3.md
@@ -171,6 +171,10 @@ tblproperties (
## Insert Table
+{{< hint info >}}
+Paimon currently supports Spark 3.2+ for SQL write.
+{{< /hint >}}
+
```sql
INSERT INTO my_table VALUES (1, 'Hi'), (2, 'Hello');
```