Andrés de la Peña
Andrés de la Peña
> How is the forward compatibility? For example, the cluster is in the mixed mode and the old node (as the coordinator) receives the query with WRITETIME and it further...
I have added checks to explicitly forbid: - `MAXWRITETIME` on any column if the cluster contains nodes < 4.2. - `WRITETIME` and `TTL` on multi-cell columns if the cluster contains...
Hi @evildecay, It is a plugin's bug. Per-partition limit is not currently supported and an error message should be shown.
By now, I have just created a PR (#227) to throw a proper error message when PER PARTITION LIMIT option is used. Supporting this is not going to be easy....
@smiklosovic I think this is [CASSANDRA-17370](https://issues.apache.org/jira/browse/CASSANDRA-17370), and indeed it could be done with a guardrail (a [DisableFlag](https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/db/guardrails/DisableFlag.java)). Besides standarization, I think that doing this as a guardrail would give us...
The CI run above looks good to me, all the failing tests are well-known.
The last changes look good to me. It seems that CI hasn't been started. Also we'd need to apply the changes to the patch for trunk.
Hi, Which version are you using? How are `modifiedtype`, `companytype` and `venuetype` defined? Map values [are indexed under their keys](https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.7/doc/documentation.rst#collections), so your search should be something as: ``` SELECT *...
I see. Unfortunately this is not currently possible to don't add the map keys to the Lucene field names. There are future plans to make it possible to specify how...
You are very welcome.