This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new b49417ff01 Revert "[HUDI-4632] Remove the force active property for
flink1.14 profile (#6415)" (#6449)
b49417ff01 is described below
commit b49417ff01d3c30e5e60ed3c4449e30b5ddc070e
Author: Sagar Sumit <[email protected]>
AuthorDate: Sat Aug 20 01:13:57 2022 +0530
Revert "[HUDI-4632] Remove the force active property for flink1.14 profile
(#6415)" (#6449)
This reverts commit 9055b2f65d670c2b153c7492ca323188b84c3362.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 1f9550218c..ff1f1e26ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1867,6 +1867,8 @@
<activeByDefault>true</activeByDefault>
<property>
<name>flink1.14</name>
+ <!-- add flink1.14 module to all profile -->
+ <value>!disabled</value>
</property>
</activation>
</profile>