liujiawinds opened a new pull request, #19844: URL: https://github.com/apache/flink/pull/19844
## What is the purpose of the change In order to use new features (zstd compression, column encryption etc.) in 1.6.x and 1.7.x. [Release Notes](https://orc.apache.org/news/releases/) ## Brief change log - *Update orc.version to 1.7.2* - *Clone a new version of `PhysicalFsWriter` for files to create a `PhysicalWriterImpl` for streams* - *Enable encryption & mask configuration.* - *Extract encryption setup methods from WriterImpl for `PhysicalWriterImpl`.* - *Unify the column names used in the test case to match the column names in the file.* ## Verifying this change This change added tests and can be verified as follows: - *Read and write ORC file with ZSTD compression* - *Read and write ORC file with encryption &mask key configuration* ## 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) - If yes, how is the feature documented? (not applicable) -- 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]
