flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-27384][hive] Fix the modified partitions are missed in temporal table with create-time mode

Open empcl opened this issue 3 years ago • 1 comments

What is the purpose of the change

This pull request solve the problem that the latest data cannot be read under the createtime configuration in the hive dimension table.

Brief change log

solve the problem that the latest data cannot be read under the createtime configuration in the hive dimension table

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

no

This change added tests and can be verified as follows:

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: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no

Documentation

  • Does this pull request introduce a new feature? no

empcl avatar Aug 03 '22 09:08 empcl

CI report:

  • b87d9dd44ffbec1e603ed0ff7967c43eb72284a4 Azure: SUCCESS
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Aug 03 '22 10:08 flinkbot