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

Load Data From S3 #6823

Merged
merged 3 commits into from
Oct 8, 2020
Merged

Load Data From S3 #6823

merged 3 commits into from
Oct 8, 2020

Conversation

GuptaManan100
Copy link
Member

Added support for bypass queries of the form Load data from S3.

Signed-off-by: GuptaManan100 <manan@planetscale.com>
Signed-off-by: GuptaManan100 <manan@planetscale.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
@systay systay merged commit faad303 into vitessio:master Oct 8, 2020
Comment on lines +49 to +55
if vschema.Destination() == nil {
return nil, vterrors.Errorf(vtrpcpb.Code_INVALID_ARGUMENT, "set bypass destination first")
}
keyspace, err := vschema.DefaultKeyspace()
if err != nil {
return nil, err
}
Copy link
Member

Choose a reason for hiding this comment

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

for unsharded keyspace there is no need to specify destination.

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.

4 participants