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
Thanks for your bug report! I liked how it was minimal and easy to reproduce locally, which allowed me to confirm the issue.
What happens is that the first append simply uploads data to a new index, while the second has to check the existing mappings, which hits a different code path. While we should not fail with a TypeError, Eland does not currently support dense_vector, which is the crux of the issue.
Description:
When trying to append a pandas dataframe of type "dense_vector" to an existing elastic index with the same field type, an error occurs.
Reproduction:
pip install elasticsearch eland pandas numpy
Error:
The text was updated successfully, but these errors were encountered: