shangxinli commented on code in PR #18125:
URL: https://github.com/apache/hudi/pull/18125#discussion_r2899783965
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/StreamerUtil.java:
##########
@@ -111,6 +111,7 @@ public class StreamerUtil {
public static final String FLINK_CHECKPOINT_ID = "flink_checkpoint_id";
public static final String EMPTY_PARTITION_PATH = "";
+ public static final String HOODIE_METADATA_KEY = "HoodieMetadataKey";
Review Comment:
Done. Removed the duplicate constant from StreamerUtil — it's only in
KafkaOffsetParseUtils now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]