-
Notifications
You must be signed in to change notification settings - Fork 752
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: distributed copy into table from query #11943
feat: distributed copy into table from query #11943
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
askbend:summary |
592d7b5
to
c6c1910
Compare
c6c1910
to
7110c54
Compare
askbend:summary |
askbend:summary |
1 similar comment
askbend:summary |
we should enable distributed copy after long run test. make sure the correctness |
fa0d942
to
70a45fd
Compare
Docker Image for PR
|
1 similar comment
Docker Image for PR
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
suggested a tiny code refactoring, hope I get it correct.
…b.com/JackTan25/databend into distributed_copy_into_table_for_query
…b.com/JackTan25/databend into distributed_copy_into_table_for_query
Docker Image for PR
|
* finish copy from query * fix typo * add purge * fix result * fix typo * add tests * remove useless comments * fix conflict * fix clippy * fix clippy * add more tests * add more tests * add query T * fix test * update * update error code --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
distain
Summary about this PR
finish distributed copy into table from query
Feature: distributed execution for copy into .... #11752 Feature: Distributed
COPY INTO
#8594 allow executing COPY INTO in a cluster #6395