COPY FROM/TO

2017-12-11 Thread Jaroslav KamenĂ­k
Hi all, I'd like to ask you about experience with this tool. We are trying to use it to export/import database but we run into problems with wrong unescaping of new lines and tabs (CASSANDRA-8675 ) causing that result of import is not identical

Re: Problem with COPY FROM/TO and counters

2016-11-13 Thread Stefania Alborghetti
Thanks for reporting this, I've opened CASSANDRA-12909 with all the details. You can apply the patch linked in that ticket if you want a quick workaround, but the root cause is still not fully understood. The reason why only counters are aff

Problem with COPY FROM/TO and counters

2016-11-11 Thread Jaroslav KamenĂ­k
Hi guys, we are making a simple tool which allows us to transform table via COPY TO -> drop table -> transform schema/data -> create table -> COPY FROM. It works well in most cases, but we have problem with loading of counter columns, it fails with "ParseError - argument for 's' must be a string,