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

fix(stream): ensure that the stream level do not have any data #1723

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Jul 7, 2021

While doing an incremental stream write, we should look at the first level on which there is no data. Earlier, due to a bug we were writing to a level that already has some tables.

This change is Reviewable

@NamanJain8 NamanJain8 merged commit c40b2e9 into master Jul 7, 2021
@NamanJain8 NamanJain8 deleted the naman/fix-incremental branch July 7, 2021 08:42
mangalaman93 added a commit that referenced this pull request Feb 14, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Feb 15, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Feb 20, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Feb 20, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Feb 22, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Feb 23, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Feb 24, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Mar 1, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Mar 1, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Mar 2, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Mar 6, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
mangalaman93 added a commit that referenced this pull request Mar 6, 2023
This PR adds support for stream writing incrementally to the DB.
Adds an API: StreamWriter.PrepareIncremental

This PR also has the bug fix from PR #1723.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants