flink
flink copied to clipboard
[FLINK-38774] Fixed incorrect handling of hidden directories when obtFixed incorrect handling of hidden directories when obtaining partition structureaining partiti…
What is the purpose of the change
Fixed incorrect handling of hidden directories when obtFixed incorrect handling of hidden directories when obtaining partition structureaining partiti…
Brief change log
Change fs.listStatus(dir) to listStatusWithoutHidden(fs, fileStatus.getPath())
Verifying this change
This change added tests and can be verified as follows: PartitionPathUtilsTest.java
Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
@Public(Evolving): no - The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: no
- The S3 file system connector: don't know
Documentation
- Does this pull request introduce a new feature? no
CI report:
- 7a966d5916bf253849fb6e771f1d0a84b8d588c6 Azure: FAILURE
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build