Bogdan Pintea

Results 50 comments of Bogdan Pintea

Examples: https://gradle-enterprise.elastic.co/s/yke3pbfiqsvfo/console-log?page=5 https://gradle-enterprise.elastic.co/s/yjustunaoqnss/console-log?anchor=4650&page=5

> Is the _id enough or do we need the _index too? `from | where _id === ` The [_id](https://www.elastic.co/guide/en/elasticsearch/reference/master/mapping-id-field.html) is index specific, so you'll probably want the `_index` too....

I've opened #108558, exposing the `_tier` metadata field might then make it easy to apply the restriction. Currently this should be doable by using this `field` in the `filter` param.

> It failed once in part-4 and I'm running it again, but even a single failure does not bode well for merging this. Wondering if the failure was related, though....

@craigtaverner > So it gets an empty result instead of the expected table of results. Was going to try a replication, but the logs in buildkite point to a(n unrelated?)...

FWIW, here's a patch. ```diff --git a/src/ujdecode.c b/src/ujdecode.c @@ -788,6 +789,11 @@ UJObject UJDecode(const char *input, size_t cbInput, UJHeapFuncs *hf, void **out decoder.realloc = realloc; cbInitialHeap = 16384; initialHeap =...