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

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit f0c3b9861374a183ef1e6af0a36798399ed93969
Author: Jeyhun Karimov <[email protected]>
AuthorDate: Thu May 30 15:30:22 2024 +0200

    [FLINK-34977][API] Move Reduce and Aggregate functions to flink-core-api
---
 .../java/org/apache/flink/api/common/functions/AggregateFunction.java   | 0
 .../main/java/org/apache/flink/api/common/functions/ReduceFunction.java | 0
 pom.xml                                                                 | 2 ++
 3 files changed, 2 insertions(+)

diff --git 
a/flink-core/src/main/java/org/apache/flink/api/common/functions/AggregateFunction.java
 
b/flink-core-api/src/main/java/org/apache/flink/api/common/functions/AggregateFunction.java
similarity index 100%
rename from 
flink-core/src/main/java/org/apache/flink/api/common/functions/AggregateFunction.java
rename to 
flink-core-api/src/main/java/org/apache/flink/api/common/functions/AggregateFunction.java
diff --git 
a/flink-core/src/main/java/org/apache/flink/api/common/functions/ReduceFunction.java
 
b/flink-core-api/src/main/java/org/apache/flink/api/common/functions/ReduceFunction.java
similarity index 100%
rename from 
flink-core/src/main/java/org/apache/flink/api/common/functions/ReduceFunction.java
rename to 
flink-core-api/src/main/java/org/apache/flink/api/common/functions/ReduceFunction.java
diff --git a/pom.xml b/pom.xml
index afb48c510ba..6d4f1151f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2363,6 +2363,8 @@ under the License.
                                                                
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
                                                                
<exclude>@org.apache.flink.annotation.Internal</exclude>
                                                                <!-- MARKER: 
start exclusions; these will be wiped by 
tools/releasing/update_japicmp_configuration.sh -->
+                                                               
<exclude>org.apache.flink.api.common.functions.AggregateFunction</exclude>
+                                                               
<exclude>org.apache.flink.api.common.functions.ReduceFunction</exclude>
                                                                
<exclude>org.apache.flink.api.common.functions.Function</exclude>
                                                                
<exclude>org.apache.flink.api.java.functions.KeySelector</exclude>
                                                                
<exclude>org.apache.flink.util.function.FunctionWithException</exclude>

Reply via email to