You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
Make sure local `CompressedInputArguments` is only defined when it's being used.
### What changes are included in this PR?
Wrapping definition and usage under the same `#ifdef`.
### Are these changes tested?
By building with `-Werror` and running all existing tests.
* GitHub Issue: #40983
Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: mwish <maplewish117@gmail.com>
### Rationale for this change
Make sure local `CompressedInputArguments` is only defined when it's being used.
### What changes are included in this PR?
Wrapping definition and usage under the same `#ifdef`.
### Are these changes tested?
By building with `-Werror` and running all existing tests.
* GitHub Issue: apache#40983
Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: mwish <maplewish117@gmail.com>
vibhatha
pushed a commit
to vibhatha/arrow
that referenced
this issue
May 25, 2024
### Rationale for this change
Make sure local `CompressedInputArguments` is only defined when it's being used.
### What changes are included in this PR?
Wrapping definition and usage under the same `#ifdef`.
### Are these changes tested?
By building with `-Werror` and running all existing tests.
* GitHub Issue: apache#40983
Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: mwish <maplewish117@gmail.com>
Describe the enhancement requested
CompressedInputArguments
is, depending on build flags, defined and not used. When building with-Werror
, the build fails.Component(s)
C++
The text was updated successfully, but these errors were encountered: