-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify whether
is_blind_append
is calculated accurately
Without the fix in the previous commit, in the concurrency tests for the non-blind INSERT operations it happened sometime that the source table handles processed in `finishInsert` operation were wrongly skipped because they were considered time travel references of the target table which led to the situation in which the INSERT operation was inaccurately considered blind.
- Loading branch information
1 parent
11eedf4
commit fe82520
Showing
2 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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