abjfh30 commented on code in PR #27314:
URL: https://github.com/apache/flink/pull/27314#discussion_r2639164439
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/PartitionPathUtils.java:
##########
@@ -341,7 +341,11 @@ private static void listStatusRecursively(
}
if (fileStatus.isDir()) {
- for (FileStatus stat : fs.listStatus(fileStatus.getPath())) {
+ FileStatus[] fileStatuses = listStatusWithoutHidden(fs,
fileStatus.getPath());
Review Comment:
@davidradl Can you help review the PR again?
--
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]