Created https://issues.apache.org/jira/browse/CASSANDRA-14345
On 25/03/2018 22:05, kurt greaves wrote:
Yeah definitely a problem there. Can you create a JIRA for it?
On Sat., 24 Mar. 2018, 11:00 Duarte Nunes, wrote:
Hi,
Given the following table:
cqlsh> create keyspace ks WITH replication
Yeah definitely a problem there. Can you create a JIRA for it?
On Sat., 24 Mar. 2018, 11:00 Duarte Nunes, wrote:
> Hi,
>
> Given the following table:
>
> cqlsh> create keyspace ks WITH replication = {'class': 'SimpleStrategy',
> 'replication_factor': 1};
> cqlsh> create table t (p text, c int, v