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
Can you wrap up a general design of the changes, so that we are more eaiser to reach concensus for the general direction. @danny0405 ok, I will summarize the overall modification content and design ideas after I finish adding UT.
@danny0405
Hello, Danny
I would like to ask that why data with the same primary key is written to different log files (with the same FileId and different timestamps) in upsert mode? As a result, I cannot write ut to test the LogIndex capability. My test code is as follows:
@danny0405 Hello, Danny I would like to ask that why data with the same primary key is written to different log files (with the same FileId and different timestamps) in upsert mode? As a result, I cannot write ut to test the LogIndex capability. My test code is as follows:
I would like to ask that why data with the same primary key is written to different log files (with the same FileId and different timestamps) in upsert mode?
The primary lifecycle is maintained within one FileGroup, different log files may indicate multiple changes to one key which scattered among multiple commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Logs
The log index is supported to up the speed of reading log in Flink.
Impact
None. This feature is disabled by default.
Risk level (write none, low medium or high below)
None
Contributor's checklist