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

YCQL batch execution needs clean up. #401

Closed
robertpang opened this issue Jul 24, 2018 · 1 comment
Closed

YCQL batch execution needs clean up. #401

robertpang opened this issue Jul 24, 2018 · 1 comment
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature

Comments

@robertpang
Copy link
Contributor

CQLProcessor should first looks up the prepared statements or prepares them before executing their parse trees as a batch via the Executor.

@robertpang robertpang added the kind/enhancement This is an enhancement of an existing feature label Jul 24, 2018
@robertpang robertpang self-assigned this Jul 24, 2018
yugabyte-ci pushed a commit that referenced this issue Jul 25, 2018
Summary: Clean up batch execution in CQLProcessor. It now first looks up the prepared statements or prepares them before executing their parse trees as a batch via the Executor.

Test Plan: Jenkins

Reviewers: mihnea

Reviewed By: mihnea

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D5210
@robertpang
Copy link
Contributor Author

Cleanup completed in commit eea34d1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant