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
Fixes#418
Renames in `project` require a small conceptual change in the local
execution planning: So far, the layout always contained one entry per
block and there was a 1:1 mapping from attributes to blocks/channels.
This assumption no longer holds as the same block might be mapped to
multiple attribute ids. E.g. the query `from test | project x = count, y
= count` creates a project operator that drops all blocks except `count`
and is associated with the mapping `Id(x) -> 0, Id(y) -> 0`.
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
The bulk API is not consistent with the other APIs where the index name
_index
, type_type
, and id_id
are used. Rename it.The text was updated successfully, but these errors were encountered: