Skip to content

Conversation

justing-bq
Copy link

Rationale for this change

We want our code to adhere to Arrow's expected naming conventions.

What changes are included in this PR?

Private/protected member variables are renamed from m_member_var to member_var_.
Public member variables are named member_var (without the m_ prefix or _ suffix).

Are these changes tested?

N/A

Are there any user-facing changes?

No

@justing-bq justing-bq closed this Sep 25, 2025
@justing-bq justing-bq reopened this Sep 25, 2025
Copy link

@alinaliBQ alinaliBQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I think we should probably include this commit in apache#47658 as well

Comment on lines -152 to -154
std::unique_ptr<Window> common_content;

std::unique_ptr<Window> advanced_content;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose common_content and advanced_content are not actually needed

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. They were not used anywhere.

@justing-bq justing-bq merged commit 382e799 into apache-odbc Sep 25, 2025
11 of 12 checks passed
@justing-bq justing-bq deleted the memberVarNaming branch September 25, 2025 19:58
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