Details
Description
To reproduce the problem:
./cqlsh --cql3
Connected to Test Cluster at localhost:9160.
[cqlsh 2.2.0 | Cassandra 1.1.0-rc1-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.30.0]
Use HELP for help.
cqlsh> CREATE KEYSPACE test34 WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' AND strategy_options:replication_factor='1';
cqlsh> USE test34;
cqlsh:test34> CREATE TABLE users (
... password varchar,
... gender varchar,
... session_token varchar,
... state varchar,
... birth_year bigint,
... pk varchar,
... PRIMARY KEY (pk)
... );
cqlsh:test34> ALTER TABLE users ADD coupon_code varchar;
TSocket read 0 bytes