[FLINK-24614][Connectors/PARQUET] Add Complex types support for parquet reader
What is the purpose of the change
Add array,map,row types support for parquet vectorized reader
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)
- If yes, how is the feature documented? (docs)
CI report:
- af9dab2d8c244defc2a9b2aa2f18f1fad315ea7c Azure: SUCCESS
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the progress of the review.
Automated Checks
Last check on commit 8a4c81675b4dd943f0c8a86f6cd9515016ecddb5 (Wed Nov 03 07:41:27 UTC 2021)
Warnings:
- No documentation files were touched! Remember to keep the Flink docs up to date!
Mention the bot in a comment to re-run the automated checks.
Review Progress
- ❓ 1. The [description] looks good.
- ❓ 2. There is [consensus] that the contribution should go into to Flink.
- ❓ 3. Needs [attention] from.
- ❓ 4. The change fits into the overall [architecture].
- ❓ 5. Overall code [quality] is good.
Please see the Pull Request Review Guide for a full explanation of the review process.Bot commands
The @flinkbot bot supports the following commands:
@flinkbot approve descriptionto approve one or more aspects (aspects:description,consensus,architectureandquality)@flinkbot approve allto approve all aspects@flinkbot approve-until architectureto approve everything untilarchitecture@flinkbot attention @username1 [@username2 ..]to require somebody's attention@flinkbot disapprove architectureto remove an approval you gave earlier
@JingsongLi could you help to review this PR ?
@meetjunsu Thanks for the PR! Would this also make it possible to support this for DataStream API users?
@meetjunsu Thanks for the PR! Would this also make it possible to support this for DataStream API users?
As far as I know ParquetColumnarRowInputFormat is a subclass of BulkFormat, users can use it through FileSource.forBulkFileFormat.
@meetjunsu Can you help update this pr by rebase the master branch?
ping @meetjunsu
Due to @meetjunsu had not respond for a long time, I will take over it. Thanks for @meetjunsu contribution.
Continuing this work in https://github.com/apache/flink/pull/20442, this pr will be closed.