This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-0.6
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/release-0.6 by this push:
     new 3658db828 [doc] Do not recommend using API way
3658db828 is described below

commit 3658db828ff1e56046220d8b4eef433ede4bded3
Author: Jingsong <[email protected]>
AuthorDate: Wed Dec 20 16:48:36 2023 +0800

    [doc] Do not recommend using API way
---
 docs/content/api/flink-api.md | 8 ++++++++
 docs/content/api/java-api.md  | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/docs/content/api/flink-api.md b/docs/content/api/flink-api.md
index 6140ba397..4b18782b0 100644
--- a/docs/content/api/flink-api.md
+++ b/docs/content/api/flink-api.md
@@ -26,6 +26,14 @@ under the License.
 
 # Flink API
 
+{{< hint warning >}}
+We do not recommend using programming API. Paimon is designed for SQL first, 
unless you are a professional Flink developer, even if you do, it can be very 
difficult.
+
+We strongly recommend that you use Flink SQL or Spark SQL, or simply use SQL 
APIs in programs.
+
+The following documents are not detailed and are for reference only.
+{{< /hint >}}
+
 ## Dependency
 
 Maven dependency:
diff --git a/docs/content/api/java-api.md b/docs/content/api/java-api.md
index 230323888..275d84625 100644
--- a/docs/content/api/java-api.md
+++ b/docs/content/api/java-api.md
@@ -26,6 +26,14 @@ under the License.
 
 # Java API
 
+{{< hint warning >}}
+We do not recommend using the Paimon API naked, unless you are a professional 
downstream ecosystem developer, and even if you do, there will be significant 
difficulties.
+
+If you are only using Paimon, we strongly recommend using computing engines 
such as Flink SQL or Spark SQL.
+
+The following documents are not detailed and are for reference only.
+{{< /hint >}}
+
 ## Dependency
 
 Maven dependency:

Reply via email to