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

feat: COPY TO support #1159

Merged
merged 3 commits into from
Jul 4, 2023
Merged

feat: COPY TO support #1159

merged 3 commits into from
Jul 4, 2023

Conversation

vrongmeal
Copy link
Contributor

Fixes #962

@vrongmeal vrongmeal force-pushed the vrongmeal/copy-to branch 2 times, most recently from a082f93 to d572135 Compare June 24, 2023 10:07
@vrongmeal vrongmeal force-pushed the vrongmeal/copy-to branch 2 times, most recently from a644444 to 63a1ea6 Compare July 4, 2023 09:31
@vrongmeal vrongmeal marked this pull request as ready for review July 4, 2023 09:32
Fixes #962

Signed-off-by: Vaibhav <[email protected]>
@vrongmeal vrongmeal force-pushed the vrongmeal/copy-to branch from 63a1ea6 to 8226425 Compare July 4, 2023 12:09
Copy link
Member

@scsmithr scsmithr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

}
writer.finish().await?;

Ok(0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we always be returning 0, or should this be counting the number of rows being written.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aah yes, we should technically be returning number of rows.

@vrongmeal vrongmeal enabled auto-merge (squash) July 4, 2023 14:29
@vrongmeal vrongmeal merged commit c8698bb into main Jul 4, 2023
@vrongmeal vrongmeal deleted the vrongmeal/copy-to branch July 4, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

COPY TO support
2 participants