Closed bartbroere closed 5 months ago
I think this problem might occur with multi-fields specifically: https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-fields.html
I think we could reproduce this issue if we add a copy_to
to the testing indices: https://www.elastic.co/guide/en/elasticsearch/reference/current/copy-to.html
I'm trying that now.
Thanks. Would you mind pasting here a JSON response from Elasticsearch where _source is a list and fields is set?
I encountered the issue that a field specified in
eland.Dataframe
's columns parameter ended up as an empty array in the Dataframe (all NaNs), even though it definitely was not empty.After setting some breakpoints in
eland.operations
I found a fix that works on our index. I did not yet reproduce it with theflights
orecommerce
sample data yet, but I could work on that later.