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

refactor(copy): try move list files to read_partitions #8673

Merged
merged 17 commits into from
Nov 8, 2022

Conversation

BohuTANG
Copy link
Member

@BohuTANG BohuTANG commented Nov 7, 2022

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

Summary

  • move out get COPY files from the interpreter to StageTable::read_partitions
  • move the COPY pipeline building from read_data to interpreter; let the StageTable::read_data for stage data read, used for feat: query data from S3 location or stage #7211

This is the preparation work for the distributed COPY.

Ping Reviewers:
cc @lichuang , for the COPY logic review.
cc @youngsofun , for the InputFormat pipeline building review.

Pre-work #8594
Pre-work #7211

Test

This PR test is covered by stateful tests.

@vercel
Copy link

vercel bot commented Nov 7, 2022

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

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Nov 8, 2022 at 8:34AM (UTC)

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Nov 7, 2022
@BohuTANG

This comment was marked as off-topic.

@youngsofun

This comment was marked as off-topic.

@BohuTANG

This comment was marked as off-topic.

@youngsofun

This comment was marked as off-topic.

@BohuTANG

This comment was marked as off-topic.

@youngsofun

This comment was marked as off-topic.

@BohuTANG

This comment was marked as off-topic.

@BohuTANG BohuTANG marked this pull request as ready for review November 8, 2022 05:11
@BohuTANG
Copy link
Member Author

BohuTANG commented Nov 8, 2022

Some tests failure, I will address them this afternoon.

@BohuTANG BohuTANG merged commit 73eecc3 into databendlabs:main Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants