Mailing lists matching paimon.apache.org
commits paimon.apache.orgdev paimon.apache.org
issues paimon.apache.org
user paimon.apache.org
(paimon) branch master updated: [release] Publish 2.0 documentation
anch: 'master', flinkVersion: '1.20', isStable: false, @@ -40,10 +40,11 @@ const config = { trinoGithubRepo: 'https://github.com/apache/paimon-trino.git', prestoGithubRepo: 'https://github.com/apache/paimon-presto.git', scalaVersion:
(paimon) branch release-1.1 updated: [doc] Update config.toml
/config.toml index 062d6dabbb..f8fb09b0b9 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -67,14 +67,14 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/release-1.1/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/1.0
(paimon) branch master updated: [doc] Update config.toml
index 6f49369eb5..7f55d5c28e 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -67,14 +67,14 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/1.0"; + StableDocs = &
(paimon) branch release-2.0 updated: [release] Publish 2.0 documentation
..0d8497e8c5 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ const config = { favicon: 'favicon.png', url: 'https://paimon.apache.org', - baseUrl: '/docs/master/', + baseUrl: '/docs/2.0/', organizatio
(paimon) branch master updated: [doc] Add release 1.0 doc
index c18ae80e74..f8a16d6df1 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -67,11 +67,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.9"; + StableDocs = &
(paimon) branch master updated: [release] Update docs/config.toml to add 1.4 to PreviousDocs
+++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 7f55d5c28e..a9c2728626 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -67,11 +67,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/
(paimon) branch master updated: [doc] Update to 0.9 stable
# The branch for this version of Apache Paimon Branch = "master" @@ -67,15 +67,13 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.8"; + StableDocs = &q
[incubator-paimon] branch master updated: [doc] Update README.md to add mailing lists
/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Subscribe Mailing List -url: mailto:[email protected] -about: Subscribe User Mailing List - name: DingTalk Group (Chinese) url: https://qr.dingtalk.com/action
(paimon) branch release-0.9 updated: [doc] Update to 0.9 stable
/config.toml b/docs/config.toml index 6f799b59d..3a55dec87 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master'
(paimon) branch release-1.2 updated: [doc] Update doc config for releasing
(-) diff --git a/docs/config.toml b/docs/config.toml index 1274b54183..c84c33d9b6 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/m
(incubator-paimon) branch master updated: [doc] Update config.toml to 0.6
b/docs/config.toml index 9d047074d..37955f013 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -64,12 +64,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.5
(incubator-paimon) branch master updated: [hotfix] Relink stable doc to 0.6
-git a/docs/config.toml b/docs/config.toml index e259e412f..fb9f99c09 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -64,12 +64,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apac
(paimon) branch master updated: [doc] Update doc config for releasing 1.2
/docs/config.toml b/docs/config.toml index 5b42d7b117..41efc79930 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -71,10 +71,10 @@ pygmentsUseClasses = true PreviousDocs = [ ["master", "https://paimon.apache.org/docs/master";], -["stable", "
(paimon) branch release-1.3 updated: [doc] Update config.toml
b/docs/config.toml index 41efc79930..32f67796d8 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master'
(paimon) branch release-1.0 updated: [doc] Release 1.0.0
/config.toml index c18ae80e74..4f9eae88e2 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master' +baseURL = '//paimon.apac
(incubator-paimon) branch master updated: [doc] Update doc config after releasing 0.7.0
(+), 3 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index fb9f99c09..e259e412f 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -64,12 +64,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs =
(paimon) 01/01: 1
--- docs/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index 87e1eea72..f41e589b2 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -70,6 +70,9 @@ pygmentsUseClasses = true ["master", "https://paimon.apache.
(paimon) 01/01: [doc] Update to released
language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master' +baseURL = '//paimon.apache.org/docs/0,7' languageCode = 'en-us' title = 'Apache Paimon' enableGitInfo = false @@ -24,7 +24,7 @@ pygmentsUseCl
(incubator-paimon) 02/02: [doc] Update doc config
t (e.g. 1.2). For snapshot # release this should be the same as the regular version - VersionTitle = "0.7-SNAPSHOT" + VersionTitle = "0.8-SNAPSHOT" # The branch for this version of Apache Paimon Branch = "master" @@ -64,12 +64,12 @@ pygmentsUseClasses = tru
[ANNOUNCE] Apache Paimon 1.0.1 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 1.0.1. Download Links: https://paimon.apache.org/docs/1.0/project/download/ Release Notes: https://paimon.apache.org/releases/1.0.1 Website: https://paimon.apache.org/ Issues: https://github.com/apache
(paimon) branch master updated: [doc] Update to 0.9
this version of Apache Paimon Branch = "master" @@ -64,12 +64,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.7"; + StableDocs = "https://paimon.a
[ANNOUNCE] Apache Paimon 1.0.1 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 1.0.1. Download Links: https://paimon.apache.org/docs/1.0/project/download/ Release Notes: https://paimon.apache.org/releases/1.0.1 Website: https://paimon.apache.org/ Issues: https://github.com/apache
[incubator-paimon] branch release-0.5 updated: [doc] Update stable 0.5
/config.toml b/docs/config.toml index 780ba84ef..b7e8e5211 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master'
(incubator-paimon) branch release-0.6 updated: [doc] Update config.toml
/config.toml b/docs/config.toml index af11fd7b1..a3273f7d5 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master'
(paimon) branch master updated: [doc] Add more previous version docs (#3318)
/docs/config.toml index 87e1eea72..f41e589b2 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -70,6 +70,9 @@ pygmentsUseClasses = true ["master", "https://paimon.apache.org/docs/master";], ["stable", "https://paimon.apache.org/docs/0.8";],
(paimon-website) branch master updated: Update quickstart
/index.html index 1021a377fb..414c6a3ead 100755 --- a/main/index.html +++ b/main/index.html @@ -50,8 +50,8 @@ under the License. Get Started - https://paimon.apache.org/docs/master/engines/flink/";>Flink -
(incubator-paimon) branch release-0.7 updated: [release][doc] Update doc config
etions(-) diff --git a/docs/config.toml b/docs/config.toml index 37955f013..287c65aa4 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/
(incubator-paimon-website) branch master updated: fix broken link for spark quick start (#2)
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/index.html b/main/index.html index 7374cc55d..490fa2764 100755 --- a/main/index.html +++ b/main/index.html @@ -48,7 +48,7 @@ under the License. https://paimon.apache.org/docs/
(paimon) branch release-1.4 updated: [doc] Fix doc link
b/docs/config.toml index 94fc1181ce..17bf4ba0ce 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/release-1.4' +baseURL = '//p
(paimon-website) branch master updated: refactor document
/template/nav.html index e0f00b405..e52d5579d 100644 --- a/main/template/nav.html +++ b/main/template/nav.html @@ -6,8 +6,14 @@ - -https://paimon.apache.org/docs/master";>Document + +Document + + https://paimon.apache.org/docs/master&q
[ANNOUNCE] Apache Paimon 0.8.1 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.8.1. Download Links: https://paimon.apache.org/docs/0.8/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.8/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.8.2 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.8.2. Download Links: https://paimon.apache.org/docs/0.8/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.8.2/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.9.0 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.9.0. Download Links: https://paimon.apache.org/docs/0.9/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.9/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.8.0 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.8.0. Download Links: https://paimon.apache.org/docs/0.8/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.8/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.8.1 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.8.1. Download Links: https://paimon.apache.org/docs/0.8/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.8/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.8.2 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.8.2. Download Links: https://paimon.apache.org/docs/0.8/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.8.2/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.9.0 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.9.0. Download Links: https://paimon.apache.org/docs/0.9/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.9/ Website: https://paimon.apache.org/ Issues: https://github.com
[ANNOUNCE] Apache Paimon 0.8.0 available
Hi everyone, The Apache Paimon Team is happy to announce the release of Apache Paimon 0.8.0. Download Links: https://paimon.apache.org/docs/0.8/project/download/ Release Notes: https://paimon.apache.org/releases/release-0.8/ Website: https://paimon.apache.org/ Issues: https://github.com
[incubator-paimon] branch master updated: [doc] Fix wrong link in config.toml
/config.toml b/docs/config.toml index 0969857d6..920fe1395 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -62,8 +62,8 @@ pygmentsUseClasses = true PreviousDocs = [ ["master", "https://paimon.apache.org/docs/master";], -["stable", "https:/
[incubator-paimon-website] 01/02: Update Get Started in main page
. https://paimon.apache.org/docs/master/engines/flink/";>Flink https://paimon.apache.org/docs/master/engines/spark3/";>Spark https://paimon.apache.org/docs/master/engines/hive/";>Hive - https://github.com/JingsongLi/flink-ta
(paimon-website) branch master updated: feat: add label 1.1
aster', value: 'https://paimon.apache.org/docs/master' }, +{ + label: '1.1', + value: 'https://paimon.apache.org/docs/1.1' +}, { label: '1.0', val
(paimon-website) 01/01: feat: update documentation menu for 2.0
..804255e1 100644 --- a/src/app/components/header/header.component.ts +++ b/src/app/components/header/header.component.ts @@ -76,6 +76,10 @@ export class HeaderComponent implements OnInit { label: 'master', value: 'https://paimon.apache.org/docs/master' },
Re: [PR] [DOC] Update Apache Paimon references after graduation [kyuubi]
`_ to write data to a table store table and then use kyuubi trino sql engine to query the table with the following SQL ``SELECT`` statement. .. code-block:: sql SELECT * FROM tablestore.default.t1 -.. _Apache Paimon (Incubating): https://paimon.apache.org/ -.. _Apache Paimon (Incubating
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
Congratulations and thanks to all contributors for this release! Best Regards, Yu On Fri, 10 May 2024 at 15:20, Jingsong Li wrote: > > Hi everyone, > > The Apache Paimon Team is happy to announce the release of Apache Paimon > 0.8.0. > > Download Links: > https://pa
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
Congratulations! Best Regards, Zelin Yu > 2024年5月10日 15:20,Jingsong Li 写道: > > Hi everyone, > > The Apache Paimon Team is happy to announce the release of Apache Paimon > 0.8.0. > > Download Links: > https://paimon.apache.org/docs/0.8/project/download/
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
Congratulations > From: "Jingsong Li" > Date: Fri, May 10, 2024, 2:20 PM > Subject: [ANNOUNCE] Apache Paimon 0.8.0 available > To: , > Hi everyone, > > The Apache Paimon Team is happy to announce the release of Apache Paimon > 0.8.0. > > Download Lin
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
Congratulations and thanks to all contributors for this release! Best Regards, Yu On Fri, 10 May 2024 at 15:20, Jingsong Li wrote: > > Hi everyone, > > The Apache Paimon Team is happy to announce the release of Apache Paimon > 0.8.0. > > Download Links: > https://pa
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
Congratulations! Best Regards, Zelin Yu > 2024年5月10日 15:20,Jingsong Li 写道: > > Hi everyone, > > The Apache Paimon Team is happy to announce the release of Apache Paimon > 0.8.0. > > Download Links: > https://paimon.apache.org/docs/0.8/project/download/
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
Congratulations > From: "Jingsong Li" > Date: Fri, May 10, 2024, 2:20 PM > Subject: [ANNOUNCE] Apache Paimon 0.8.0 available > To: , > Hi everyone, > > The Apache Paimon Team is happy to announce the release of Apache Paimon > 0.8.0. > > Download Lin
(paimon-website) branch master updated: feat: update header to 1.3
{ label: 'master', value: 'https://paimon.apache.org/docs/master' }, +{ + label: '1.3', + value: 'https://paimon.apache.org/docs/1.3' +}, { label: '1.2', value: 'https://paimon.apache.org/do
[ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
: https://paimon.apache.org/docs/0.5/project/download/ Release Notes: https://paimon.apache.org/release-0.5/ Website: https://paimon.apache.org/ Issues: https://github.com/apache/incubator-paimon/issues Mailing list: [email protected] Jars are published to Maven Central using the groupId
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
announce the release of Apache Paimon > 0.8.0. > > > > Download Links: > > https://paimon.apache.org/docs/0.8/project/download/ > > > > Release Notes: > > https://paimon.apache.org/releases/release-0.8/ > > > > Website: > > https://paimon.apache.org/ &
[ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
: https://paimon.apache.org/docs/0.5/project/download/ Release Notes: https://paimon.apache.org/release-0.5/ Website: https://paimon.apache.org/ Issues: https://github.com/apache/incubator-paimon/issues Mailing list: [email protected] Jars are published to Maven Central using the groupId
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
announce the release of Apache Paimon > 0.8.0. > > > > Download Links: > > https://paimon.apache.org/docs/0.8/project/download/ > > > > Release Notes: > > https://paimon.apache.org/releases/release-0.8/ > > > > Website: > > https://paimon.apache.org/ &g
Re: [ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
ports high-speed data ingestion, change data tracking and efficient > real-time analytics. > > Download Links: > https://paimon.apache.org/docs/0.5/project/download/ > > Release Notes: > https://paimon.apache.org/release-0.5/ > > Website: > https://paimon.apache.org/ >
Re: [ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
ports high-speed data ingestion, change data tracking and efficient > real-time analytics. > > Download Links: > https://paimon.apache.org/docs/0.5/project/download/ > > Release Notes: > https://paimon.apache.org/release-0.5/ > > Website: > https://paimon.apache.org/ >
Re: [PR] feat: Introduce docs for paimon-rust [paimon-rust]
JingsongLi commented on code in PR #157: URL: https://github.com/apache/paimon-rust/pull/157#discussion_r3005954672 ## .asf.yaml: ## @@ -46,3 +46,8 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: issues
Re: [PR] feat: Introduce docs for paimon-rust [paimon-rust]
JingsongLi commented on code in PR #157: URL: https://github.com/apache/paimon-rust/pull/157#discussion_r3005954672 ## .asf.yaml: ## @@ -46,3 +46,8 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: issues
Re: [PR] feat: Introduce docs for paimon-rust [paimon-rust]
QuakeWang commented on code in PR #157: URL: https://github.com/apache/paimon-rust/pull/157#discussion_r3005893050 ## .asf.yaml: ## @@ -46,3 +46,8 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: issues
(paimon-website) branch master updated: feat: update doc config for releasing 1.2
HeaderComponent implements OnInit { label: 'master', value: 'https://paimon.apache.org/docs/master' }, +{ + label: '1.2', + value: 'https://paimon.apache.org/docs/1.2' +}, { label: '1.1', val
Re: [PR] [DOC] Update Apache Paimon references after graduation [kyuubi]
`_ to write data to a table store table and then use kyuubi trino sql engine to query the table with the following SQL ``SELECT`` statement. .. code-block:: sql SELECT * FROM tablestore.default.t1 -.. _Apache Paimon (Incubating): https://paimon.apache.org/ -.. _Apache Paimon (Incubating
[incubator-paimon] 02/02: [release] Upgrate to 0.6-SNAPSHOT
# The branch for this version of Apache Paimon Branch = "master" @@ -64,12 +64,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.4"; + StableDocs = &q
Re: [PR] [docs] Migrate documentation from Hugo to Docusaurus [paimon]
7;Apache Paimon', + tagline: 'Data Lake Platform', + favicon: 'favicon.png', + + url: 'https://paimon.apache.org', + baseUrl: '/docs/master/', + + organizationName: 'apache', + projectName: 'paimon', + + onBrokenLinks: 'wa
Re: [ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
lake platform that > supports high-speed data ingestion, change data tracking and efficient > real-time analytics. > > Download Links: > https://paimon.apache.org/docs/0.5/project/download/ > > Release Notes: > https://paimon.apache.org/release-0.5/ > > Website: > https://
Re: [ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
ngestion, change data tracking and efficient > real-time analytics. > > Download Links: > https://paimon.apache.org/docs/0.5/project/download/ > > Release Notes: > https://paimon.apache.org/release-0.5/ > > Website: > https://paimon.apache.org/ > > Issues: > h
[ANNOUNCE] Apache Paimon (Incubating) 0.5.0-incubating available
: https://paimon.apache.org/docs/0.5/project/download/ Release Notes: https://paimon.apache.org/release-0.5/ Website: https://paimon.apache.org/ Issues: https://github.com/apache/incubator-paimon/issues Mailing list: [email protected] Jars are published to Maven Central using the groupId
(paimon-vector-index) branch main updated: [infra] Configure GitHub discussions notifications (#78)
/.asf.yaml b/.asf.yaml index c600be9..d492498 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -55,3 +55,4 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: [email protected] + discussions: [email protected]
(paimon) 01/01: [release] Update config.toml
language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master' +baseURL = '//paimon.apache.org/docs/release-1.1' languageCode = 'en-us' title = 'Apache Paimon' enableGitInfo = false @@ -24,7 +24,7 @@ pygme
Re: [ANNOUNCE] Apache Paimon 0.8.0 available
>> > 2024年5月10日 15:20,Jingsong Li 写道: >> > >> > Hi everyone, >> > >> > The Apache Paimon Team is happy to announce the release of Apache >> Paimon 0.8.0. >> > >> > Download Links: >> > https://paimon.apache.
(paimon) branch release-1.4 updated: [release] Update docs/config.toml for release-1.4
. -baseURL = '//paimon.apache.org/docs/master' +baseURL = '//paimon.apache.org/docs/release-1.4' languageCode = 'en-us' title = 'Apache Paimon' enableGitInfo = false @@ -24,7 +24,7 @@ pygmentsUseClasses = true [params] # Flag whether this is a
(paimon-website) branch master updated: Update nav to add 0.9
/nav.html index bff082997..fdade3090 100644 --- a/main/template/nav.html +++ b/main/template/nav.html @@ -11,8 +11,8 @@ aria-expanded="false">Document https://paimon.apache.org/docs/master";>master + https://paimon.apache.org/docs/0.9&q
Re: [PR] [FLINK-34365] Delete repeated pages in Chinese Flink website and correct the Paimon url [flink-web]
) -bookHref: https://paimon.apache.org/docs/master/engines/flink/"; +bookHref: https://paimon.apache.org/docs/master/engines/flink/ Review Comment: How about change this to `"https://paimon.apache.org/docs/master/engines/flink/"` instead of `https://paimon.apache.org/docs/maste
(paimon) branch release-1.1 updated: [doc] Update config.toml
recent supported Apache Flink version FlinkVersion = "1.20" @@ -64,7 +64,7 @@ pygmentsUseClasses = true # of the menu MenuLinks = [ ["Project Homepage", "//paimon.apache.org"], -["JavaDocs", "//paimon.apache.org/docs/release-1
[GitHub] [flink-web] JingsongLi commented on a diff in pull request #665: [FLINK-32611] Redirect to Apache Paimon's link instead of legacy flink table store
-bookHref: "https://nightlies.apache.org/flink/flink-table-store-docs-stable/"; +bookHref: "https://paimon.apache.org/docs/master/"; Review Comment: maybe just `https://paimon.apache.org/`? ## docs/content.zh/what-is-flink-table-store.md: ## @@ -24,6 +24,6
Re: [I] [Bug] https://paimon.apache.org/docs/0.7/* web url content not found [paimon]
herefree closed issue #4022: [Bug] https://paimon.apache.org/docs/0.7/* web url content not found URL: https://github.com/apache/paimon/issues/4022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to
(paimon-rust) branch main updated: feat: add paimon-rust website (#194)
deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b6ee7af..6373e2b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -19,7 +19,7 @@ github: description: "Apache Paimon Rust The rust implementation of Apache Paimon." - homepage: https://paimon.apache.org/ + homepage: https://paimon.apach
Re: [RESULT][VOTE] Release Apache Paimon 1.2.0, release candidate #3
Thank you for your answer. But could we upload it to maven repo? On Tue, Jul 15, 2025 at 3:24 PM Yunfeng Zhou wrote: > Hi Vu Le, > > You can find Paimon’s downloads list here. > Download <https://paimon.apache.org/docs/1.2/project/download/> > paimon.apache.org <https:
[GitHub] [incubator-paimon] tsreaper closed issue #620: Move document from nightlies.apache.org/flink to paimon.apache.org/docs
tsreaper closed issue #620: Move document from nightlies.apache.org/flink to paimon.apache.org/docs URL: https://github.com/apache/incubator-paimon/issues/620 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above
[ANNOUNCE] Apache Paimon (Incubating) 0.6.0-incubating available
Links: https://paimon.apache.org/docs/0.6/ Website: https://paimon.apache.org/ Issues: https://github.com/apache/incubator-paimon/issues Mailing list: [email protected] Jars are published to Maven Central using the groupId: org.apache.paimon Thanks to everyone who participated in the
[ANNOUNCE] Apache Paimon (Incubating) 0.6.0-incubating available
Links: https://paimon.apache.org/docs/0.6/ Website: https://paimon.apache.org/ Issues: https://github.com/apache/incubator-paimon/issues Mailing list: [email protected] Jars are published to Maven Central using the groupId: org.apache.paimon Thanks to everyone who participated in the
Re: [PR] [metrics] Add io-metrics for paimon in Flink [paimon]
zhuanshenbsj1 commented on PR #5550: URL: https://github.com/apache/paimon/pull/5550#issuecomment-2840591688 > 1、You add lots of metric, I suggest you sent the discuss email to [[email protected]](mailto:[email protected]) first. 2、modify the doc. Roger that. -- This
Re: Paimon 1.4 release
Hi Alexey, So far as I can see, Paimon 1.4 is preparing its RC2. Its discussion history can be found in [email protected] <mailto:[email protected]>, and you may be able to track its progress by subscribing to that mail list. Best, Yunfeng > 2026年4月14日 19:52,Alexey No
(paimon-website) branch master updated: Change default release page to 0.8.1, also rename PMCs to PMC members
) diff --git a/main/template/nav.html b/main/template/nav.html index ae56489c3d..7104ca1c51 100644 --- a/main/template/nav.html +++ b/main/template/nav.html @@ -19,7 +19,7 @@ https://paimon.apache.org/downloads.html";>Downloads -https://paimon.ap
Re: [RESULT][VOTE] Release Apache Paimon 1.2.0, release candidate #3
Zhou wrote: > Hi Vu Le, > > You can find Paimon’s downloads list here. > Download <https://paimon.apache.org/docs/1.2/project/download/> > paimon.apache.org <https://paimon.apache.org/docs/1.2/project/download/> > [image: favicon.png] > <https://paimon.apache.org/
Re: [ANNOUNCE] Apache Paimon 0.7.0-incubating released
Hi Zelin, Thanks for driving this release! It looks like the release doc for version 0.7.0-incubating is not out yet: https://paimon.apache.org/releases/ <https://paimon.apache.org/releases/>, can we update it? Thanks! Regards, Yujiang > On Feb 6, 2024, at 13:20, yu zelin wrote: &
[ANNOUNCE] Apache Paimon (Incubating) 0.6.0-incubating available
Links: https://paimon.apache.org/docs/0.6/ Website: https://paimon.apache.org/ Issues: https://github.com/apache/incubator-paimon/issues Mailing list: [email protected] Jars are published to Maven Central using the groupId: org.apache.paimon Thanks to everyone who participated in the
[GitHub] [incubator-paimon] mans2singh opened a new pull request, #1150: [hotfix][maintenance] - Updated use case bullet point
mans2singh opened a new pull request, #1150: URL: https://github.com/apache/incubator-paimon/pull/1150 [core] ### Purpose [Updated use case section of maintenance](https://paimon.apache.org/docs/master/maintenance/rescale-bucket/#use-case) ### Tests None
Re: [RESULT][VOTE] Release Apache Paimon 1.2.0, release candidate #3
t; > > On Tue, 15 Jul 2025 at 15:24, Yunfeng Zhou <mailto:[email protected]>> wrote: >> Hi Vu Le, >> >> You can find Paimon’s downloads list here. >> Download >> paimon.apache.org >> >> <https://paimon.apache.org/docs/1.2/pr
Re: [RESULT][VOTE] Release Apache Paimon 1.2.0, release candidate #3
k-1.20 > > > > Btw could you add me to slack of Paimon. > > I want to discuss more about some usecase of Paimon when build a system to. > > unify batch/streaming data. > > > > Regards, > > > > > > On Tue, 15 Jul 2025 at 15:24, Yunfeng Zhou >
Re: [ANNOUNCE] Apache Paimon (Incubating) 0.6.0-incubating available
cubating) is a streaming data lake platform that > supports high-speed data ingestion, change data tracking and efficient > real-time analytics. > > Document website Links: > https://paimon.apache.org/docs/0.6/ > > Website: > https://paimon.apache.org/ > > Issue
[GitHub] [incubator-paimon] tsreaper opened a new pull request, #627: [docs] Move document pages from content/docs to content/
tsreaper opened a new pull request, #627: URL: https://github.com/apache/incubator-paimon/pull/627 We now change document base url to https://paimon.apache.org/docs/master. If the document pages still stays in `content/docs`, the url for a document page will become https
Re: [ANNOUNCE] Apache Paimon (Incubating) 0.6.0-incubating available
cubating) is a streaming data lake platform that > supports high-speed data ingestion, change data tracking and efficient > real-time analytics. > > Document website Links: > https://paimon.apache.org/docs/0.6/ > > Website: > https://paimon.apache.org/ > > Issue
Re: [ANNOUNCE] Apache Paimon 1.2.0 released
Hi Andrew, Release note can be found here: https://paimon.apache.org/releases/1.2.0 Best, Jingsong On Tue, Jul 15, 2025 at 2:48 AM Andrew Otto wrote: > > Cool! Are there release notes or a changelog? I don't see any at > https://paimon.apache.org/releases/ > > Thanks
Re: [ANNOUNCE] Apache Paimon 1.2.0 released
Hi Andrew, Release note can be found here: https://paimon.apache.org/releases/1.2.0 Best, Jingsong On Tue, Jul 15, 2025 at 2:48 AM Andrew Otto wrote: > > Cool! Are there release notes or a changelog? I don't see any at > https://paimon.apache.org/releases/ > > Thanks
Re: join the Paimon
invited On Thu, Jan 9, 2025 at 12:29 PM 吴栋 wrote: > > Could you please provide me with information on how to join the Paimon Slack > workspace > > 发自我的手机 > > > 原始邮件 > 发件人: 吴栋 > 日期: 2025年1月9日周四 中午12:27 > 收件人: [email protected] > 主 题: 回
回复:join the Paimon
Could you please provide me with information on how to join the Paimon Slack workspace发自我的手机 原始邮件 发件人: 吴栋 日期: 2025年1月9日周四 中午12:27收件人: [email protected]主题: 回复:join the Paimonsub发自我的手机 原始邮件 发件人: 吴栋 日期: 2025年1月9日周四 中午11:50收件人: [email protected]主题: 回复
[GitHub] [incubator-paimon] wangyp501 opened a new pull request, #1641: [Hotfix][Core] Multiple-writers doc url path is error in Exception messages
wangyp501 opened a new pull request, #1641: URL: https://github.com/apache/incubator-paimon/pull/1641 ### Purpose Multiple-writers doc url path is error in Exception messages,Might not be updated to latest url,cause misunderstanding Earlier: https://paimon.apache.org/docs/master
Re: [RESULT][VOTE] Release Apache Paimon 1.2.0, release candidate #3
20 > > > > > > Btw could you add me to slack of Paimon. > > > I want to discuss more about some usecase of Paimon when build a > system to. unify batch/streaming data. > > > > > > Regards, > > > > > > > > > On Tue, 15 Jul
(paimon-website) branch master updated: fix
(+), 1 deletion(-) diff --git a/main/template/nav.html b/main/template/nav.html index 7104ca1c51..bff082997e 100644 --- a/main/template/nav.html +++ b/main/template/nav.html @@ -19,7 +19,7 @@ https://paimon.apache.org/downloads.html";>Downloads -https://paimon.ap
(incubator-paimon-website) branch master updated: Copy nav and footer into static html to pass Apache whimsy check
Schema Evolution - Apache Paimon supports full schema evolution. You can rename and reorder columns. + Apache Paimon™ supports full schema evolution. You can rename and reorder columns.
