Skip to content

Commit

Permalink
fix ML task index mapping (opensearch-project#2949)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Sep 13, 2024
1 parent 853efd6 commit 091f5df
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,10 @@ public class CommonValue {
+ " \""
+ MLTask.IS_ASYNC_TASK_FIELD
+ "\" : {\"type\" : \"boolean\"}, \n"
+ USER_FIELD_MAPPING
+ " }\n"
+ "}"
+ " \""
+ MLTask.REMOTE_JOB_FIELD
+ "\" : {\"type\": \"flat_object\"}\n"
+ "\" : {\"type\": \"flat_object\"}, \n"
+ USER_FIELD_MAPPING
+ " }\n"
+ "}";

Expand Down

0 comments on commit 091f5df

Please sign in to comment.