Skip to content

[MINOR][VL] Fix unused variable when GPU was not enabled#11067

Merged
jinchengchenghh merged 1 commit intoapache:mainfrom
wForget:minor
Nov 11, 2025
Merged

[MINOR][VL] Fix unused variable when GPU was not enabled#11067
jinchengchenghh merged 1 commit intoapache:mainfrom
wForget:minor

Conversation

@wForget
Copy link
Copy Markdown
Member

@wForget wForget commented Nov 11, 2025

What changes are proposed in this pull request?

Fix unused variable when GPU was not enabled

How was this patch tested?

minor fix

const auto& partitionColumns = scanInfo->partitionColumns;
const auto& metadataColumns = scanInfo->metadataColumns;
#ifdef GLUTEN_ENABLE_GPU
// Under the pre-condition that all the split infos has same partition column and format.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

But it is only used when GLUTEN_ENABLE_GPU is defined.

@jinchengchenghh jinchengchenghh merged commit 220c79b into apache:main Nov 11, 2025
100 of 101 checks passed
GlutenPerfBot pushed a commit to GlutenPerfBot/gluten that referenced this pull request Nov 26, 2025
Upstream Velox's New Commits:
2a50cd131 by Yolande Yan, feat(fuzzer): Add type transform for SetDigest (#15610)
1777c7523 by Zac Wen, fix: Avoid TSAN data race during cache entry initialization (#15623)
7ddcac07d by Wei He, feat(vector): Add retainedSize(totalStringBufferSize) API to return total size of all string buffers (#15578)
13ac97fe4 by Peter Enescu, fix: Remove special form SWITCH from expression fuzzer executions (#15602)
d1ef88cf0 by Patrick Sullivan, fix: Improve serde behavior for zero-area polygons (#15558)
7a1ff8960 by NEUpanning, perf: Optimize copying distinct spilling vector to output vector in HashAggragtion (#15583)
4f6a521f7 by Rui Mo, feat: Support scan filter for ORC decimal reader (apache#11067)
a2c77748e by NEUpanning, refactor: Remove redundant resizing of child vectors (#15600)
307e47ef4 by Pramod Satya, refactor: Remove enableConstantFolding flag from ExprCompiler (#15541)
3e94db0d5 by Eric Jia, fix: Update TableEvolutionFuzzer aggregation excluding new INTERVAL types (#15604)

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
FelixYBW pushed a commit that referenced this pull request Nov 26, 2025
Upstream Velox's New Commits:
2a50cd131 by Yolande Yan, feat(fuzzer): Add type transform for SetDigest (#15610)
1777c7523 by Zac Wen, fix: Avoid TSAN data race during cache entry initialization (#15623)
7ddcac07d by Wei He, feat(vector): Add retainedSize(totalStringBufferSize) API to return total size of all string buffers (#15578)
13ac97fe4 by Peter Enescu, fix: Remove special form SWITCH from expression fuzzer executions (#15602)
d1ef88cf0 by Patrick Sullivan, fix: Improve serde behavior for zero-area polygons (#15558)
7a1ff8960 by NEUpanning, perf: Optimize copying distinct spilling vector to output vector in HashAggragtion (#15583)
4f6a521f7 by Rui Mo, feat: Support scan filter for ORC decimal reader (#11067)
a2c77748e by NEUpanning, refactor: Remove redundant resizing of child vectors (#15600)
307e47ef4 by Pramod Satya, refactor: Remove enableConstantFolding flag from ExprCompiler (#15541)
3e94db0d5 by Eric Jia, fix: Update TableEvolutionFuzzer aggregation excluding new INTERVAL types (#15604)

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Co-authored-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants