HuangZhenQiu commented on code in PR #17773:
URL: https://github.com/apache/hudi/pull/17773#discussion_r2675131506
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/split/HoodieSourceSplit.java:
##########
@@ -47,8 +48,12 @@ public class HoodieSourceSplit implements SourceSplit,
Serializable {
private final Option<List<String>> logPaths;
// the base table path
private final String tablePath;
+ // partition path
+ private final String partitionPath;
// source merge type
private final String mergeType;
+ // the latest commit instant time
+ private final String latestCommit;
Review Comment:
It is not used so far. Removed.
--
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]