-
Notifications
You must be signed in to change notification settings - Fork 143
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 json error #2234
fix json error #2234
Conversation
As we discussed we need to put this field inside of |
Signed-off-by: Jing Zhang <[email protected]>
@@ -262,13 +262,13 @@ public class CommonValue { | |||
+ MLModel.LAST_UNDEPLOYED_TIME_FIELD | |||
+ "\": {\"type\": \"date\", \"format\": \"strict_date_time||epoch_millis\"},\n" | |||
+ " \"" | |||
+ MLModel.GUARDRAILS_FIELD |
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.
Have you verified if the index mapping is valid ? You can manually try it in OSD dev tools
I think the core problem is solved. This is could be due to @Zhangxunmt's integration test failure? |
Let's merge sooner than later to unblock other tests. |
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 461199a)
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 461199a)
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 461199a) Co-authored-by: Jing Zhang <[email protected]>
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 461199a) Co-authored-by: Jing Zhang <[email protected]>
Signed-off-by: Jing Zhang <[email protected]>
Signed-off-by: Jing Zhang <[email protected]>
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.