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

[C++] Remove unused but set variable num_columns from parquet_scan.cc #34540

Closed
dkolmakov opened this issue Mar 13, 2023 · 0 comments · Fixed by #34541
Closed

[C++] Remove unused but set variable num_columns from parquet_scan.cc #34540

dkolmakov opened this issue Mar 13, 2023 · 0 comments · Fixed by #34541

Comments

@dkolmakov
Copy link
Contributor

Describe the bug, including details regarding any error messages, version, and platform.

This variable has been left from 144699c.

It breaks a build when -Werror option is used.

Component(s)

C++

@AlenkaF AlenkaF changed the title Remove unused but set variable num_columns from parquet_scan.cc [C++] Remove unused but set variable num_columns from parquet_scan.cc Mar 13, 2023
wjones127 pushed a commit that referenced this issue Mar 13, 2023
### Rationale for this change

The variable has been left from 144699c, simply removed this variable from the code.

It breaks builds when `-Werror` option is used.

### Are these changes tested?

It was successfully built.

* Closes: #34540

Authored-by: Dmitry Kolmakov <ds.kolmakov@gmail.com>
Signed-off-by: Will Jones <willjones127@gmail.com>
@wjones127 wjones127 added this to the 12.0.0 milestone Mar 13, 2023
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.

3 participants