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

fix: Copy Version mismatch bug #8307

Merged
merged 4 commits into from
Oct 19, 2022
Merged

fix: Copy Version mismatch bug #8307

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

  1. fix copy Version mismatch bug.
  2. add upsert_copied_files_info in copy pipeline finish callback, it will be called only after copy file success.

Fixes #7943

@vercel
Copy link

vercel bot commented Oct 19, 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 10:08AM (UTC)

@mergify
Copy link
Contributor

mergify bot commented Oct 19, 2022

This pull request's title is not fulfill the requirements. @lichuang please update it 🙏.

Valid format:

fix(query): fix group by string bug
  ^         ^---------------------^
  |         |
  |         +-> Summary in present tense.
  |
  +-------> Type: rfc, feat, fix, refactor, ci, docs, chore

Valid types:

  • rfc: this PR proposes a new RFC
  • feat: this PR introduces a new feature to the codebase
  • fix: this PR patches a bug in codebase
  • refactor: this PR changes the code base without new features or bugfix
  • ci: this PR changes build/testing/ci steps
  • docs: this PR changes the documents or websites
  • chore: this PR only has small changes that no need to record

@Xuanwo Xuanwo changed the title fix copy Version mismatch bug fix: Copy Version mismatch bug Oct 19, 2022
@mergify mergify bot added the pr-bugfix this PR patches a bug in codebase label Oct 19, 2022
@mergify mergify bot merged commit 4a99f21 into databendlabs:main Oct 19, 2022
Xuanwo added a commit to Xuanwo/databend that referenced this pull request Oct 19, 2022
…ize"

This reverts commit 4a99f21, reversing
changes made to bb8a27b.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix this PR patches a bug in codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unexpected TableVersionMismatched error in the execution of copy into statement
5 participants