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: optimize get/upsert copied file info #8282

Merged
merged 4 commits into from
Oct 19, 2022
Merged

refactor: optimize get/upsert copied file info #8282

merged 4 commits into from
Oct 19, 2022

Conversation

lichuang
Copy link
Contributor

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

Summary

[Summary about this PR](refactor: optimize get/upsert copied file info)

Fixes #7892

@vercel
Copy link

vercel bot commented Oct 18, 2022

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

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Oct 19, 2022 at 4:43AM (UTC)

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Oct 18, 2022
@mergify mergify bot merged commit ed6e19f into databendlabs:main Oct 19, 2022
@@ -135,17 +187,33 @@ impl CopyInterpreterV2 {
) -> Result<()> {
tracing::info!("upsert_copied_files_info: {:?}", copy_stage_files);
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 this log level from info to debug :)

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.

bug: optimize get/upsert copied file info
3 participants