trinity-1686a

Results 100 comments of trinity-1686a

before: - in root.rs, we have a QueryAstVisitor that is used to extract approximate (second precision) start/end timestamp. It *does not* mutate the AST. This is called rather early in...

> Maybe we should also fix the root to not convert to seconds on extraction, and work with Bounds? i think `Bounds` would be a tad annoying because SearchRequest must...

i would like to understand what this is about, because it could change what is the ideal solution > To allow for the optimization stage to run if the resulting...

it seems we can generate errors when trying to merge splits whose retention cutoff is passed. This can happen when backfilling past the retention period: #5431

retry is now implemented. Keeping the ticket opened there for a future where we may batch metastore writes

If I understand correctly, I don't think it's a good idea. My understanding is you want `abc:def` to match documents the same way as `org.abc:def` when `org` is a default...

some of the tokens composing the uuid appear frequently (~150m times) other appear only around 1k time. There is probably some improvement to do on how we do the intersection...

this was diagnosed to happen because the code tokenizer doesn't like hex much, and given `6c59f652-f1f5-11ee-86b2-562c83a610e2` would generate `[6, c, 59, f, 652, f, 1, f, 5, 11, ee, 86,...

> 1. Output of quickwit --version 0.8.2 docker image and 0.8.0 compiled binary please provide the actual output. `main` will record as`0.8.0` until 0.9 is released. Quickwit 0.8.0-0.8.2 stop at...