-
I would like to report an issue on page https://opensource.docs.scylladb.com/branch-6.1/cql/dml/select
### Problem
The `DISTINCT` option for `SELECT` is mentioned, but has no documentation that …
-
### Description of Issue
i'm using cassandra_cql for master job cache.
there is several issue using cassandra cql returner
1. **load data is overwritten when the minion returns a result.**
eve…
-
I'm seeing this error, which is a little baffling. The scenario is typically a worker process that has been running for a while without needing to touch the Cassandra connection. Then it finally does …
-
I want to use cql-stress, but I do not want to compile the code or install rust and cargo.
A binary release would be useful.
tzach updated
2 months ago
-
I am using DbSchema 9.4.1 build 230818.
Apparently DbSchema supports CQL...but not [keywords that are unique to CQLSH](https://cassandra.apache.org/doc/4.0/cassandra/tools/cqlsh.html). That isn'…
-
When we set a static column for a partition that has no other rows, we get incorrect results for the columns of the clustering key that are not set.
In the example below, we set `s = 3` for `a = 3` a…
-
run command:
java -jar janusgraph-import-1.0-SNAPSHOT-executable.jar --into sstTable --janus-config-file janus.properties --skip-duplicate-nodes true --skip-bad-edges true --ignore-extra-columns true…
-
All the up-to-date Cassandra Docker images are missing multiple sstable-related tools (for instance sstabledump):
```
#> docker run -d --name test cassandra:4.1.3
#> docker exec -it test ls /opt/…
-
Hi guys,
The traceback at the end of this post shows the datastax example failing to load. This works from cqlsh ...
cqlsh:k1> CREATE TABLE timeline ( user_id varchar, tweet_id uuid, author varchar…
-
Shift + F5 CQL execution has issue with multiple statements in same .CQL file. Is this not a supported scenario? Thanks, Dan.
For example:
**Succeeds**
DROP KEYSPACE foo;
**Fails**
DROP K…