cassandradump icon indicating copy to clipboard operation
cassandradump copied to clipboard

schema dump ";;"

Open DmitryKozhurkin opened this issue 9 years ago • 0 comments

python ~/cassandradump/cassandradump.py --no-insert --export-file ./table2.cql --cf=keyspace1.table2

... AND max_index_interval = 2048 AND memtable_flush_period_in_ms = 0 AND min_index_interval = 128 AND read_repair_chance = 0.0 AND speculative_retry = '99PERCENTILE';;

returns double ";" at the end of file

when i try import schema

cqlsh localhost < ./table2.cql :24:SyntaxException: <Error from server: code=2000 [Syntax error in CQL query] message="line 1:0 no viable alternative at input ';' ([;])">

DmitryKozhurkin avatar Sep 05 '16 09:09 DmitryKozhurkin