Skip to content

Conversation

@jqnatividad
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enables the join command in the qsvdp (DataPusher+ optimized) binary variant to support the moarstats command's --join-inputs functionality. The join command was previously only available in the feature_capable and lite variants, but is now needed by moarstats which is available in qsvdp.

Key changes:

  • Removed feature flags restricting join command and related code to only feature_capable and lite builds
  • Added join command to qsvdp command list and dispatch logic
  • Exposed the SeekRead trait and reader_file_stdin method needed by the join command

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
tests/tests.rs Removed feature gate from test_join module to enable join tests for all variants including qsvdp
src/maindp.rs Added join command to command list, enum, and dispatch logic for the qsvdp variant
src/config.rs Removed feature gates from SeekRead trait, implementation, and reader_file_stdin method to make them available for all variants
src/cmd/mod.rs Removed feature gate from join module to expose it for all variants

@jqnatividad jqnatividad merged commit 801711e into master Dec 30, 2025
23 checks passed
@jqnatividad jqnatividad deleted the qsvdp-enable-join branch December 30, 2025 04:07
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