Gustav Broberg created CASSANDRA-18353:
------------------------------------------
Summary: Cqlsh command "COPY … TO STDOUT" fails with "… object is
not callable"
Key: CASSANDRA-18353
URL: https://issues.apache.org/jira/browse/CASSANDRA-18353
Project: Cassandra
Issue Type: Bug
Components: Tool/cqlsh
Reporter: Gustav Broberg
Since 4.1.0, cqlsh fails on COPY commands with standard output as target.
Steps to reproduce:
{noformat}
$> docker run -d --name cassandra --rm cassandra:4.1.1
$> docker exec cassandra cqlsh -e 'COPY system.local(cluster_name) TO STDOUT'
<stdin>:1:'NoneType' object is not callable
{noformat}
Possibly a regression introduced by this commit
[6341319|https://github.com/apache/cassandra/commit/634131961af9c1d88b34797c1c45000f71a76dae#diff-584645e6e932edd7a17f03c79ae87b1f1f8ed54919a31ce8785af156b89c0b76L260].
Also, it looks like it has happened before: CASSANDRA-12497
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]