This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new a8fe7206ea8 Update flink connector version (#46)
a8fe7206ea8 is described below
commit a8fe7206ea8859b6a41dd02d8f9d9cd7158f3893
Author: song7788q <[email protected]>
AuthorDate: Mon Aug 15 18:43:15 2022 +0800
Update flink connector version (#46)
---
src/constant/download.data.ts | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 53e667b967c..faa708215a8 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -157,6 +157,15 @@ export const ALL_RELEASE = [
];
export const FLINK_CONNECTOR = [
+ {
+ version: '1.2.0',
+ date: '2022-08-15',
+ flink: '1.15',
+ scala: '2.12, 2.11',
+ doris: '1.0+',
+ download:
'https://dist.apache.org/repos/dist/release/doris/flink-connector/1.2.0/',
+ github: 'https://github.com/apache/doris-flink-connector',
+ },
{
version: '1.1.0',
date: '2022-07-11',
@@ -170,7 +179,7 @@ export const FLINK_CONNECTOR = [
version: '1.0.3',
date: '2021-03-18',
flink: '1.14, 1.13, 1.12, 1.11',
- scala: '2.12',
+ scala: '2.12, 2.11',
doris: '0.15+',
download:
'https://dist.apache.org/repos/dist/release/doris/flink-connector/1.0.3/',
github: 'https://github.com/apache/doris-flink-connector',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]