-
Notifications
You must be signed in to change notification settings - Fork 61
feat: Implement SQL support in test proxy #1106
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
Conversation
4dcd3dd to
eaae0f3
Compare
daniel-sanche
left a comment
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.
The changes mostly LGTM, but do you know why the tests are now failing? Is it because of the updated protos?
| # limitations under the License. | ||
| """ | ||
| This module contains helpers for handling sql data types for the test proxy. | ||
| """ |
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.
I think this should be outside of the handlers folder, and maybe renamed to something like sql_encoding_helpers.py
Or if putting it in a parent folder is tricky, you can make a handlers/helpers folder and put it in there
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.
Done
|
@jackdingilian Maybe for this PR we should just ignore the proto updates? Right now our conformance tests are locked on to tag Maybe for this PR, we should just focus on getting Let me know what you think |
9a8ce60 to
21d7771
Compare
daniel-sanche
left a comment
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
We will have to update the test tag for the sql tests to run, but that can come as a follow up
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕