Re: copy to stdout fails in cqlsh

2017-01-31 Thread Tyler Hobbs
This looks like https://issues.apache.org/jira/browse/CASSANDRA-12497. Unfortunately I haven't had time to look into it yet, but feel free to give it a try and provide a patch. On Tue, Jan 31, 2017 at 4:03 AM, Micha wrote: > Hi, > > with cqlsh running on one of the

copy to stdout fails in cqlsh

2017-01-31 Thread Micha
Hi, with cqlsh running on one of the cluster machines I get the following error when issuing use my_keyspace; copy demo to stdout; Error: () got an unexpected keyword argument 'encoding' Seems like a python driver issue. Whereas, if I start cqlsh in debug mode, the export works without