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

Remove duplicated Affected columns output in UpdateRowsEvent #478

Conversation

mjs1995
Copy link
Contributor

@mjs1995 mjs1995 commented Sep 15, 2023

Overview

This Pull Request aims to remove the duplicate "Affected columns" output in the UpdateRowsEvent class.

Description

The _dump() method in both RowsEvent and UpdateRowsEvent classes includes a print statement for the number of affected columns. The duplicate output appears when using UpdateRowsEvent.

Changes

  • Removed the line print("Affected columns: %d" % self.number_of_columns) from the _dump() method in the UpdateRowsEvent class.

Is there a specific reason for the duplicate "Affected columns" output? I'd appreciate any feedback on this.

@julien-duponchelle
Copy link
Owner

No good reason, thanks !

@julien-duponchelle julien-duponchelle merged commit 2eb514f into julien-duponchelle:main Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants