Jeremy Taylor
Jeremy Taylor
Hi @dwolfson thanks for the report. No obvious cause springs to mind, but we'll reflect on the possibilities. In the meantime, can you confirm that you have no unrelated dependencies...
Thanks for sharing that. Just make sure you have seen this as it looks related: https://github.com/odpi/egeria/issues/7618#issuecomment-1516629821 > I would also mention, that if, for example, I configure xtdb with the...
Glad I could help - hope the workaround lands okay! If there's anything you think XT could do here to make the debugging easier we would be happy to consider...
Hi @jsulmont please could you share the JSON version of the query?
Thanks for raising @jsulmont :pray: also discussed here: https://discuss.xtdb.com/t/rel-from-a-value-in-another-document/351/3
Noting a link to the ~recent ADR: https://github.com/xtdb/core2/blob/63c98af7bfabb5fa961594f55f6facd52e79163f/doc/adr/0004-eviction.adoc
Hi @dwolfson thanks for opening the issue - as far as I'm currently aware nothing should have changed in recent months (< 6 months) in the code that could affect...
Possibly a different card (but similar class of error): ```sql SELECT film.replacement_cost, SUM(film.rental_rate) from film GROUP BY film.replacement_cost HAVING film.replacement_cost > 'y' ``` ``` 1. Unhandled java.lang.ClassCastException class java.nio.HeapByteBuffer cannot...
Hey @coreagile (HNY!) thanks for the report and for providing instructions to help reproduce - before we get to that though, is it right to assume that no error (or...
> you wouldn't want to use a struct for a large, dynamic map-like thing (something that's genuinely Map, for example) because the database would essentially treat every key as its...