-
Notifications
You must be signed in to change notification settings - Fork 100
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
[PECO-1083] Updated thrift files and added check for protocol version #229
Conversation
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.
Can you please fill out the PR description?
I don't understand how ttypes
changed without also changing TCLIService.py. Can you confirm that this is expected?
Signed-off-by: nithinkdb <[email protected]>
Signed-off-by: nithinkdb <[email protected]>
Signed-off-by: nithinkdb <[email protected]>
8438ab8
to
52f7abb
Compare
Signed-off-by: nithinkdb <[email protected]>
Co-authored-by: Jesse <[email protected]>
Hey there, did you run the e2e tests for this before merging? They all fail in the case where DBR doesn't return |
…otocol version (#229)" This reverts commit 241e934. Signed-off-by: Jesse Whitehouse <[email protected]>
…otocol version (#229)" This reverts commit 241e934. Signed-off-by: Jesse Whitehouse <[email protected]>
Since we've migrated to a new version of runtime that supports parameterized queries, we need to add a protocol check to ensure that the server side is up to date in supporting such queries. Hence, we're updating the thrift files to access the new protocol, and adding a version check when doing parameterized queries.