Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support MOR with Flink Engine in SQL/Table API #1422

Closed
2 tasks done
Tracked by #1930
YesOrNo828 opened this issue May 6, 2023 · 0 comments · Fixed by #1952
Closed
2 tasks done
Tracked by #1930

[Feature]: Support MOR with Flink Engine in SQL/Table API #1422

YesOrNo828 opened this issue May 6, 2023 · 0 comments · Fixed by #1952
Labels
type:feature Feature Requests

Comments

@YesOrNo828
Copy link
Contributor

YesOrNo828 commented May 6, 2023

Description

Follow-up issue: #5 focuses on the datastream API implementation.

This feature mainly concerns the SQL/Table API implementation of the merge on read.

Use case/motivation

By implementing the merge-on-read feature in the SQL/Table API, we will improve ARCTIC-5 and make it more efficient and user-friendly for its users.

Describe the solution

  • Using the FlinkSplitPlanner.mergeOnReadPlan instead of planFullTable in the StaticArcticSourceEnumerator
  • Using the MergeOnReadIncrementalPlanner instead of ContinuousSplitPlannerImpl in the ArcticSourceEnumerator
  • Create the FlinkArcticMORDataReader to fetching the records by the MergeOnReadSplits in the RowDataReaderFunction, This UT is about FlinkArcticMORDataReader.
  • Support Flink1.12/1.14/1.15 versions
  • Add UTs

Subtasks

No response

Related issues

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature Requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant