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(schema-api): remove unused upsert_table_copied_file_info from trait SchemaApi and trait Database #11379

Merged

Conversation

drmingdrmer
Copy link
Member

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

Summary

refactor(schema-api): remove unused upsert_table_copied_file_info from trait SchemaApi and trait Database

Updating copied files is actually done with SchemaApi::update_table_meta()

…m trait SchemaApi and trait Database

Updating copied files is actually done with `SchemaApi::update_table_meta()`
@vercel
Copy link

vercel bot commented May 9, 2023

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
databend ⬜️ Ignored (Inspect) May 9, 2023 0:28am

@drmingdrmer drmingdrmer requested review from lichuang and dantengsky May 9, 2023 12:28
@drmingdrmer drmingdrmer changed the title 62 copy file inc table seq refactor(schema-api): remove unused upsert_table_copied_file_info from trait SchemaApi and trait Database May 9, 2023
@mergify
Copy link
Contributor

mergify bot commented May 9, 2023

This pull request's title is not fulfill the requirements. @drmingdrmer 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

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label May 9, 2023
@drmingdrmer
Copy link
Member Author

@mergify update

@mergify
Copy link
Contributor

mergify bot commented May 9, 2023

update

❌ Base branch update has failed

expected head sha didn’t match current head ref.
err-code: D0B07

@drmingdrmer drmingdrmer merged commit 7dac3a4 into databendlabs:main May 9, 2023
Dousir9 pushed a commit to Dousir9/databend that referenced this pull request May 10, 2023
…m trait SchemaApi and trait Database (databendlabs#11379)

* chore(schema-api): refactor

* refactor(schema-api): remove unused upsert_table_copied_file_info from trait SchemaApi and trait Database

Updating copied files is actually done with `SchemaApi::update_table_meta()`

* fixup(schema-api-test): fix test according to latest change
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.

1 participant