Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cqlsh][Regression]: COPY TO STDOUT is broken #17451

Closed
fruch opened this issue Feb 21, 2024 · 1 comment
Closed

[cqlsh][Regression]: COPY TO STDOUT is broken #17451

fruch opened this issue Feb 21, 2024 · 1 comment

Comments

@fruch
Copy link
Contributor

fruch commented Feb 21, 2024

Installation details
Scylla version: 5.4.0

Description
cqlsh COPY TO STDIN command fails with a following symptom:

cassandra@cqlsh> COPY system_schema.tables TO STDOUT ; 
'NoneType' object is not callable
cassandra@cqlsh> 

This is a regression introduced in 5.4.0

fruch added a commit to fruch/scylla that referenced this issue Feb 21, 2024
* tools/cqlsh b8d86b76...e5f5eafd (2):
  > dist/debian: fix the trailer line format
  > `COPY TO STDOUT` shouldn't put None where a function is expected

Fixes: scylladb#17451
@fruch fruch added the backport/5.4 Issues that should be backported to 5.4 branch once they'll be fixed label Feb 21, 2024
@mykaul mykaul added this to the 6.0 milestone Feb 21, 2024
@mykaul mykaul modified the milestones: 6.0, 5.4.4 Feb 25, 2024
@mykaul
Copy link
Contributor

mykaul commented Mar 21, 2024

5.4 - 02182ca

@mykaul mykaul removed Backport candidate backport/5.4 Issues that should be backported to 5.4 branch once they'll be fixed labels Mar 21, 2024
dgarcia360 pushed a commit to dgarcia360/scylla that referenced this issue Apr 30, 2024
* tools/cqlsh b8d86b76...e5f5eafd (2):
  > dist/debian: fix the trailer line format
  > `COPY TO STDOUT` shouldn't put None where a function is expected

Fixes: scylladb#17451

Closes scylladb#17447
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants