This is an automated email from the ASF dual-hosted git repository.
danny0405 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 da9660bf38a checkstyle (#10919)
da9660bf38a is described below
commit da9660bf38ac4b56f3dd39fb05be1a5e83045b71
Author: zhuanshenbsj1 <[email protected]>
AuthorDate: Mon Mar 25 09:06:21 2024 +0800
checkstyle (#10919)
---
.../filedistribution/partitioner/StreamReadAppendPartitioner.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/filedistribution/partitioner/StreamReadAppendPartitioner.java
b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/filedistribution/partitioner/StreamReadAppendPartitioner.java
index 0d7e94da06f..67bd9f9e324 100644
---
a/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/filedistribution/partitioner/StreamReadAppendPartitioner.java
+++
b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/filedistribution/partitioner/StreamReadAppendPartitioner.java
@@ -1,4 +1,3 @@
-package org.apache.hudi.source.filedistribution.partitioner;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
@@ -17,6 +16,8 @@ package org.apache.hudi.source.filedistribution.partitioner;
* limitations under the License.
*/
+package org.apache.hudi.source.filedistribution.partitioner;
+
import org.apache.flink.api.common.functions.Partitioner;
public class StreamReadAppendPartitioner implements Partitioner<Integer> {