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(query): return COPY INTO TABLE file status #7746

Closed
wants to merge 3 commits into from

Conversation

BohuTANG
Copy link
Member

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

  • Return file status after COPY INTO TABLE

Fixes #7730

@vercel
Copy link

vercel bot commented Sep 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Sep 20, 2022 at 6:37AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Sep 20, 2022

Ok(build_res)
// Copy status.
let schema = Arc::new(DataSchema::new(vec![DataField::new(
Copy link
Member

Choose a reason for hiding this comment

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

Please change CopyPlanV2 into a has_result plan.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you.
I am working on why it does not return the result, you saved me 😢

@Xuanwo
Copy link
Member

Xuanwo commented Sep 26, 2022

Cc @BohuTANG Is this PR still going on?

@BohuTANG
Copy link
Member Author

No, closed.

@BohuTANG BohuTANG closed this Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: COPY INTO returns more status
2 participants