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 "Output offset index is out of bound" error for some update statements #338

Merged
merged 7 commits into from
Dec 4, 2019

Conversation

windtalker
Copy link
Contributor

  1. fix "Output offset index is out of bound" error for some update statements
  2. check the region read status in executeTS
  3. 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";
Copy link
Contributor

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.

Copy link
Contributor

@zanmato1984 zanmato1984 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@windtalker
Copy link
Contributor Author

/rebuild

3 similar comments
@windtalker
Copy link
Contributor Author

/rebuild

@windtalker
Copy link
Contributor Author

/rebuild

@windtalker
Copy link
Contributor Author

/rebuild

@windtalker
Copy link
Contributor Author

/run-integration-tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants