flink icon indicating copy to clipboard operation
flink copied to clipboard

[hotfix][parquet] fix dependences and variable name problems in FLINK-35702

Open Stephen0421 opened this issue 1 year ago • 1 comments

What is the purpose of the change

(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)

Brief change log

(for example:)

  • fix parquet flink-runtime dependency version
  • optimize put null flags logics
  • relocation exclude three flink-runtime class.

Verifying this change

Please make sure both new and modified tests in this PR follow the conventions for tests defined in our code quality guide.

(Please pick either of the following options)

This change is already covered by existing tests, such as org.apache.flink.formats.parquet.vector.ParquetColumnarRowSplitReaderTest

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): yes
  • 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

Stephen0421 avatar Jul 01 '24 12:07 Stephen0421