-
Using some of the examples from the CQL Specification some of the expand operators seem to be incorrect or unable to resolve
expand { Interval[@2018-01-01, @2018-01-04] } per 2 days
is expanding o…
-
The `check()` function uses `expected_rows` which is undefined:
https://github.com/scylladb/scylladb/blob/18d3a6480dd9c817fde929fceaebf3fde01e25a1/test/topology_experimental_raft/test_tablets.py#L1385…
-
We have one CQL3 table and, in case it is relevant, are using Cassandra 1.2.11 (also tried 1.2.15), Astyanax 1.56.48, and Java 7.
For simple rowkey-only operations, I can get by just fine with Astyan…
-
Hi Everybody,,
I am trying to run a cassandra batch, but by using Kundera and not using the actual batch code.
Essentially, I am doing this:
private boolean redeemOnlyTermPoints(ActivePoint activeP…
-
ERROR :
Declaration of Cubettech\Lacassa\Connection::table($table) must be compatible with Illuminate\Database\Connection::table($table, $as = NULL)
at vendor/cubettech/lacassa/src/Connection.ph…
-
Adding an enhancement request that's been discussed on various email threads. I have a working implementation that I use to initialize and age vital signs. In a nutshell, Expressions have the followin…
-
Currently this is passed to `socket.setTimeout` which makes it an idle timeout. I think it would be great if there was a way to make the two different things explicit in the API.
For example, https:/…
-
hello,
Can someone kindly share with me the sample data used to run this, ie the patient data bundle and the measure which is provided as input.
As i am getting errors with the data i have.
Your h…
-
There seems to be an issue with find_each and find_in_batches. Here's the table definition:
cqlsh:siq_dev4> describe table event_log_counters;
```
CREATE TABLE event_log_counters (
customer_id bi…
-
The current logic is still based on original NoSkE concept where each step contains fully encoded CQL query in a respective URL.
It also produces the following error: When user clicks on a listed ope…