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

sync to 1.1: an interface for copy-on-write of table def #14626

Merged
merged 6 commits into from Feb 22, 2024

Conversation

gouhongshen
Copy link
Contributor

@gouhongshen gouhongshen commented Feb 21, 2024

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue ##14614

What this PR does / why we need it:

the copy or not of table def should decided by users, this PR provides an interface for copy-on-write.

@mergify mergify bot requested a review from sukki37 February 21, 2024 14:09
@matrix-meow matrix-meow added the size/S Denotes a PR that changes [10,99] lines label Feb 21, 2024
@matrix-meow matrix-meow added size/M Denotes a PR that changes [100,499] lines and removed size/S Denotes a PR that changes [10,99] lines labels Feb 22, 2024
mergify bot pushed a commit that referenced this pull request Feb 22, 2024
the copy or not of table def should decided by users, this PR provides an interface for copy-on-write.

as the first step, this RP didn't change any copy logic, providing a copy interface and replacing the original non-copy interface.

sync to 1.1: #14626

Approved by: @qingxinhome, @nnsgmsone, @reusee, @XuPeng-SH
@mergify mergify bot merged commit ba86e9c into matrixorigin:1.1-dev Feb 22, 2024
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement size/M Denotes a PR that changes [100,499] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants