[
https://issues.apache.org/jira/browse/CASSANDRA-18353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703402#comment-17703402
] Brandon Williams edited comment on CASSANDRA-18353 at 3/22/23 11:14 AM: ------------------------------------------------------------------------ Smoke test added [here|https://github.com/driftx/cassandra-dtest/tree/CASSANDRA-18353]. ||Branch||CI|| |[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-18353-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/922/workflows/6cd2b3fe-9836-422d-b765-5d9498893455], [j11|https://app.circleci.com/pipelines/github/driftx/cassandra/922/workflows/6ed14810-4900-45d8-9f29-d3cf5dbc5956]| |[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-18353-trunk]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/921/workflows/dc725119-7752-420f-9538-2218391f318f], [j11|https://app.circleci.com/pipelines/github/driftx/cassandra/921/workflows/ab212108-7924-40d9-bc73-8522a02a9df3]| was (Author: brandon.williams): Smoke test added [here|https://github.com/driftx/cassandra-dtest/tree/CASSANDRA-18353]. ||Branch||CI|| |[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-18353-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/920/workflows/0981782b-05d3-477a-8e50-c62cb3e72454], [j11|https://app.circleci.com/pipelines/github/driftx/cassandra/920/workflows/eda54ced-beb2-44cb-968c-e500025f099c]| |[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-18353-trunk]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/919/workflows/79fb096d-33f3-492e-bcdc-629fcd0feb59], [j11|https://app.circleci.com/pipelines/github/driftx/cassandra/919/workflows/cf90aa9a-4a05-4131-8a7d-b078fff578ab]| > 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 > Assignee: Brandon Williams > Priority: Normal > Fix For: 4.1.x, 5.x > > > 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]
