zhuzhurk commented on code in PR #24186:
URL: https://github.com/apache/flink/pull/24186#discussion_r1465885202
##########
flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/src/AbstractFileSource.java:
##########
@@ -100,6 +100,14 @@ protected AbstractFileSource(
// Getters
// ------------------------------------------------------------------------
+ public Path[] getInputPaths() {
Review Comment:
Making the method package private should be enough.
##########
flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/src/AbstractFileSource.java:
##########
@@ -100,6 +100,14 @@ protected AbstractFileSource(
// Getters
// ------------------------------------------------------------------------
+ public Path[] getInputPaths() {
+ return inputPaths;
+ }
+
+ public FileEnumerator.Provider getEnumeratorFactory() {
Review Comment:
Making the method package private should be enough.
--
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]