flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-38774] Fixed incorrect handling of hidden directories when obtFixed incorrect handling of hidden directories when obtaining partition structureaining partiti…

Open abjfh30 opened this issue 2 weeks ago • 1 comments

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

abjfh30 avatar Dec 04 '25 03:12 abjfh30

CI report:

  • 7a966d5916bf253849fb6e771f1d0a84b8d588c6 Azure: FAILURE
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Dec 04 '25 03:12 flinkbot