Skip to content

Introduce select / replace / extend operators #2423

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

Merged
merged 8 commits into from
Jul 12, 2022

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Jul 11, 2022

This adds the select, replace, and extend pipeline operators. The first is a renamed put, because we abandoned plans to integrate the replace and extend functionality into it. replace is now more powerful and can replace multiple fields in one go. extend is new and allows for adding new fields at the end of a record.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on vast.io, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Commit-by-commit. Read the docs carefully.

@dominiklohmann dominiklohmann added the feature New functionality label Jul 11, 2022
@dominiklohmann dominiklohmann enabled auto-merge July 11, 2022 16:15
@dominiklohmann dominiklohmann force-pushed the topic/select-replace-extend branch from 3b9409e to fa9f7c4 Compare July 11, 2022 16:15
@dominiklohmann dominiklohmann force-pushed the topic/select-replace-extend branch from fa9f7c4 to 7b0e187 Compare July 11, 2022 16:20
Copy link
Contributor

@dispanser dispanser left a comment

Choose a reason for hiding this comment

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

Looks good.

dominiklohmann and others added 3 commits July 12, 2022 14:34
Those where not yet in line with the new `select` and `replace` configs
@dominiklohmann dominiklohmann merged commit c83b7df into master Jul 12, 2022
@dominiklohmann dominiklohmann deleted the topic/select-replace-extend branch July 12, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants