You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
FlinkSplitPlanner.mergeOnReadPlan
instead ofplanFullTable
in the StaticArcticSourceEnumeratorMergeOnReadIncrementalPlanner
instead ofContinuousSplitPlannerImpl
in the ArcticSourceEnumeratorFlinkArcticMORDataReader
to fetching the records by theMergeOnReadSplit
s in theRowDataReaderFunction
, This UT is about FlinkArcticMORDataReader.Subtasks
No response
Related issues
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: