Costin Leau
Costin Leau
Encountering the same problem myself. I'm currently stuck with version 0.0.5 and Gradle 1.12
The behavior can be customized by allowing the user to specify the preferred [indices option](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-settings.html#get-index-settings-api-query-params). (Thanks to @astefan for pointing out). We should look into exposing this on the request...
Looks like PR can be closed as is.
Blocks https://github.com/elastic/elasticsearch/pull/106370
> Unnamed parameters are already supported in EsqlQueryRequest. e.g. > > ``` > { > "version": "2024.04.01", > "query": "ROW x = ?", > "params": [{"value": 1, "type" : "integer"}]...
Had a chat with Mark about the logistics behind it - to avoid the noise of having every `ExpressionEvaluator.Factory.get()` method take a bool, the approach is to put the bool...
constant variable is somewhat of a contradiction - better to use literal reference
This should now use the newly introduced validation mechanism (see #105477)
/cc @abdonpijpelink
Had a discussion with Alex - we'll revisit the QL side once this PR lands in. There are several aspects that could be improved such as: - keeping the join...