Skip to content

[VL] Remove unused-function warning#10721

Merged
philo-he merged 1 commit intoapache:mainfrom
boneanxs:remove_unused_warning
Sep 17, 2025
Merged

[VL] Remove unused-function warning#10721
philo-he merged 1 commit intoapache:mainfrom
boneanxs:remove_unused_warning

Conversation

@boneanxs
Copy link
Copy Markdown
Contributor

What changes are proposed in this pull request?

Fix the warning:

warning: ‘std::shared_ptr<gluten::VeloxColumnarBatch> gluten::{anonymous}::makeColumnarBatch(facebook::velox::RowTypePtr, std::unique_ptr<gluten::InMemoryPayload>, facebook::velox::memory::MemoryPool*, int64_t&)’ defined but not used [-Wunused-function]
  299 | std::shared_ptr<VeloxColumnarBatch> makeColumnarBatch(
      |                                     ^~~~~~~~~~~~~~~~~

How was this patch tested?

Manually test

@github-actions github-actions Bot added the VELOX label Sep 16, 2025
@philo-he philo-he merged commit 4d2a200 into apache:main Sep 17, 2025
55 checks passed
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.

3 participants