luoyuxia commented on code in PR #21257:
URL: https://github.com/apache/flink/pull/21257#discussion_r1070885603
##########
flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/table/PartitionLoader.java:
##########
@@ -76,7 +76,8 @@ public PartitionLoader(
}
/** Load a single partition. */
- public void loadPartition(LinkedHashMap<String, String> partSpec,
List<Path> srcDirs)
+ public void loadPartition(
Review Comment:
Yes, it must be dir or not simultaneously. There shouldn't be any case that
some paths are dir and some are files. If have, it shouldn't be written by
Flink.
--
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]