-
Notifications
You must be signed in to change notification settings - Fork 138
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 ML task index mapping #2949
fix ML task index mapping #2949
Conversation
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
+ MLTask.REMOTE_JOB_FIELD | ||
+ "\" : {\"type\": \"flat_object\"}\n" | ||
+ "\" : {\"type\": \"flat_object\"}, \n" |
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.
if we want to keep the consistency with other fields may be we can add + " \""
after this?
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.
Not quite get you, that will bring extra \"
which will be a wrong index mapping
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.
Sorry the confusion. Please ignore my comment.
Signed-off-by: Yaliang Wu <ylwu@amazon.com> (cherry picked from commit 091f5df)
Signed-off-by: Yaliang Wu <ylwu@amazon.com> (cherry picked from commit 091f5df)
Description
Fix ML task index mapping
Related Issues
Resolves #2948
Check List
--signoff
.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.