Jeremy Taylor
Jeremy Taylor
``` Starting XTDB 2.x (pre-alpha) @ "dev-SNAPSHOT" @ 28e33c5 ... 10:24:36 | INFO xtdb.api.metrics.PrometheusMetrics | Prometheus server started on port 8080 10:24:40 | INFO xtdb.server | HTTP server started on...
Note that once the double gets into the log it breaks the ability to print `_txs` (possibly worth a separate issue?) psql: ``` jdt=> INSERT into foo (_id, val) VALUES...
Crash report (lightly edited) from @svilendobrev, running the latest 2.x version `f6afcc9`: > In the course of submitting repeated batches of data, ~50 times for about 2 hours, this suddenly...
e.g. currently an auto-committed INSERT statement (single statement transaction) will return `INSERT 0 0`, but the second number would ideally reflect the number of rows that were inserted This may...
e.g. if someone accidentally types VALID_TIME twice instead of SYSTEM_TIME ``` SELECT _id, foo FROM docs FOR VALID_TIME AS OF DATE '2024-09-10' FOR VALID_TIME AS OF DATE '2024-09-11' Error: java.lang.IllegalArgumentException...
The readme currently has contradictory information where it states: `To log these it is required to specifically access error.query and error.parameters, or set debug: true in options.` Per the `All...
A user has reported the following error when trying to use XTDB in-process: ``` Syntax error compiling at (xtdb/serde.clj:275:27). Unable to find static field: new in class xtdb.types.ClojureForm Full report...
## Repro/investigation required for the following obversation: Currently this SQLTools UI will not work with XTDB for multi-statement blocks (though it works for single-line blocks), giving the error that an...
Reported in [Discuss](https://discuss.xtdb.com/t/xtdb-2-unexpected-server-error-compiling-query/513) e.g. `insert into address (_id,"zip/code") values (1, 123)`, [Play](https://play.xtdb.com/?version=2.0.0-b1&type=sql&txs=W3sic3lzdGVtLXRpbWUiOm51bGwsInR4cyI6Imluc2VydCBpbnRvIGFkZHJlc3MgKF9pZCxcInppcC9jb2RlXCIpIHZhbHVlcyAoMSwgMTIzKSJ9XQ%3D%3D&query=LS0gc2VsZWN0ICogZnJvbSBpbmZvcm1hdGlvbl9zY2hlbWEuY29sdW1ucwpzZWxlY3QgKiBmcm9tIGFkZHJlc3M%3D) ``` Error: java.lang.NullPointerException Cannot invoke "org.apache.arrow.vector.types.pojo.Field.getType()" because "field" is null ``` Note the column displays correctly when querying...
Re-organise to focus on the user-facing Docker journeys, not the underlying 'modules': 1. standalone image (common env vars, common yaml) 2. 3x cloud images (+ additional env vars and yaml...