-
Notifications
You must be signed in to change notification settings - Fork 409
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 "Output offset index is out of bound" error for some update statements #338
Conversation
windtalker
commented
Dec 3, 2019
- fix "Output offset index is out of bound" error for some update statements
- check the region read status in executeTS
- not sure if this pr will fix the issue in FLASH-741 or not
@@ -145,7 +145,7 @@ BlockInputStreamPtr dbgFuncMockDAG(Context & context, const ASTs & args) | |||
return outputDAGResponse(context, schema, dag_response); | |||
} | |||
|
|||
const String VOID_COL_NAME = "_void"; | |||
const String ROWID_COL_NAME = "_tidb_rowid"; |
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.
No need to define this literal by ourself, there is already one defined in mutalbe_support
class.
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.
LGTM
/rebuild |
3 similar comments
/rebuild |
/rebuild |
/rebuild |
/run-integration-tests |