From 3278766d11f03738379c256870e3680092524f02 Mon Sep 17 00:00:00 2001 From: ipolyzos Date: Thu, 20 Feb 2025 11:30:39 +0200 Subject: [PATCH 1/4] Introduce fluss-lake module --- fluss-lake/fluss-lake-common/pom.xml | 16 ++++++++++++++++ fluss-lake/pom.xml | 19 +++++++++++++++++++ pom.xml | 1 + 3 files changed, 36 insertions(+) create mode 100644 fluss-lake/fluss-lake-common/pom.xml create mode 100644 fluss-lake/pom.xml diff --git a/fluss-lake/fluss-lake-common/pom.xml b/fluss-lake/fluss-lake-common/pom.xml new file mode 100644 index 0000000000..fa3722a551 --- /dev/null +++ b/fluss-lake/fluss-lake-common/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + + com.alibaba.fluss + fluss-lake + 0.6-SNAPSHOT + + + com.alibaba.fluss + Fluss : Lake : Common + + \ No newline at end of file diff --git a/fluss-lake/pom.xml b/fluss-lake/pom.xml new file mode 100644 index 0000000000..dd77ba8717 --- /dev/null +++ b/fluss-lake/pom.xml @@ -0,0 +1,19 @@ + + + 4.0.0 + + + com.alibaba.fluss + fluss + 0.6-SNAPSHOT + + + fluss-lake + Fluss : Lake + + fluss-lake-common + + pom + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1bce4e669e..362e0fc879 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ fluss-connectors fluss-protogen fluss-benchmark + fluss-lake fluss-lakehouse From 95d7e1bd38a4f3af0006f1ff57d83d2626c4609a Mon Sep 17 00:00:00 2001 From: ipolyzos Date: Thu, 20 Feb 2025 11:45:56 +0200 Subject: [PATCH 2/4] add deprecated not for the fluss-lakehouse --- fluss-lake/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fluss-lake/pom.xml b/fluss-lake/pom.xml index dd77ba8717..d6a278ab93 100644 --- a/fluss-lake/pom.xml +++ b/fluss-lake/pom.xml @@ -11,7 +11,7 @@ fluss-lake - Fluss : Lake + Fluss : Lake : fluss-lake-common diff --git a/pom.xml b/pom.xml index 362e0fc879..8697e1dfc7 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ fluss-protogen fluss-benchmark fluss-lake + fluss-lakehouse From 4a51aa7a969f99ef118301ff1abe834bbb67ff56 Mon Sep 17 00:00:00 2001 From: ipolyzos Date: Thu, 20 Feb 2025 12:02:55 +0200 Subject: [PATCH 3/4] add artifact-id on module --- fluss-lake/fluss-lake-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluss-lake/fluss-lake-common/pom.xml b/fluss-lake/fluss-lake-common/pom.xml index fa3722a551..f347804a2e 100644 --- a/fluss-lake/fluss-lake-common/pom.xml +++ b/fluss-lake/fluss-lake-common/pom.xml @@ -10,7 +10,7 @@ 0.6-SNAPSHOT - com.alibaba.fluss + fluss-lake-common Fluss : Lake : Common \ No newline at end of file From 4b5262635f65c5fc833468fc7015cb4dfcba57e9 Mon Sep 17 00:00:00 2001 From: ipolyzos Date: Thu, 20 Feb 2025 12:04:50 +0200 Subject: [PATCH 4/4] add license to pom files --- fluss-lake/fluss-lake-common/pom.xml | 15 +++++++++++++++ fluss-lake/pom.xml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/fluss-lake/fluss-lake-common/pom.xml b/fluss-lake/fluss-lake-common/pom.xml index f347804a2e..66e3d51cb5 100644 --- a/fluss-lake/fluss-lake-common/pom.xml +++ b/fluss-lake/fluss-lake-common/pom.xml @@ -1,4 +1,19 @@ + diff --git a/fluss-lake/pom.xml b/fluss-lake/pom.xml index d6a278ab93..5d5fb37a01 100644 --- a/fluss-lake/pom.xml +++ b/fluss-lake/pom.xml @@ -1,4 +1,19 @@ +