-
Notifications
You must be signed in to change notification settings - Fork 92
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
init xa trx log #835
base: master
Are you sure you want to change the base?
init xa trx log #835
Conversation
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #835 +/- ##
==========================================
- Coverage 40.20% 40.12% -0.08%
==========================================
Files 265 265
Lines 26708 26908 +200
==========================================
+ Hits 10738 10797 +59
- Misses 14823 14964 +141
Partials 1147 1147 ☔ View full report in Codecov by Sentry. |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Quality Gate passedIssues Measures |
_ TxState = iota | ||
TrxStarted // CompositeTx Default state | ||
TrxPreparing // All SQL statements are executed, and before the Commit statement executes | ||
TrxPrepared // All SQL statements are executed, and before the Commit statement executes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这两个comment note是不是要改一下
"fmt" | ||
rcontext "github.com/arana-db/arana/pkg/runtime/context" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import style
@CodiumAI-Agent /review |
PR Review 🔍
Code feedback:
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨
|
What this PR does:
Build an overall code framework for global transactions
Which issue(s) this PR fixes:
Fixes #829
Special notes for your reviewer:
Does this PR introduce a user-facing change?: