-
Notifications
You must be signed in to change notification settings - Fork 998
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
Database tweaks #290
Database tweaks #290
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: smadarasmi If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @smadarasmi. Thanks for your PR. I'm waiting for a gojek member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/test test-core-and-ingestion |
/test test-end-to-end |
@smadarasmi you should update the documentation here as well: |
It's unfortunate because I think a |
I'm all for moving towards something more portable! :) I agree that the LIKE pattern matching isn't as ubiquitous as regular regex but it's nothing some documentation can't cure. |
@zhilingc Sure, I'll do this later today. |
@ches @smadarasmi out of curiosity, which RDBMS are you using? |
MS SQL Server. Not Azure but maybe we're providing some degree of insurance that people can run Feast on Azure services 😉 |
/test test-end-to-end |
/test test-end-to-end |
2c5e35d
to
64ca7f1
Compare
I'm still wondering if regex is necessary here. It seems like using normal Can I suggest that we only allow wildcards for this RPC? How about:
Behind the scenes we can replace this with |
I've spoken to @zhilingc and she is fine to move ahead with this. We will limit it to purely wildcards for now, and use I will merge this in for now. Of course, this will cause a breaking API change. Master will go into an inconsistent state for a bit, but I have a PR to address that: #309 Hoping to have that merged in tomorrow. It's close to done. |
@smadarasmi: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Some minor tweaks: