You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"docs": [
{
"error": {
"root_cause": [
{
"type": "class_cast_exception",
"reason": "class java.util.LinkedHashMap cannot be cast to class java.util.List (java.util.LinkedHashMap and java.util.List are in module java.base of loader 'bootstrap')"
}
],
"type": "class_cast_exception",
"reason": "class java.util.LinkedHashMap cannot be cast to class java.util.List (java.util.LinkedHashMap and java.util.List are in module java.base of loader 'bootstrap')"
}
}
]
}
What is the bug?
When ingesting document with nested list into text_embedding processor, ingestion would fail with
class_cast_exception
How can one reproduce the bug?
Exception is thrown at this line
It seems to be introduced by PR #913 .
What is the expected behavior?
Expected result should be like below:
What is your host/environment?
MacOS 13.7.1 (22H221)
Neural Search version: based on top of this commit of
main
branchDo you have any screenshots?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: