Skip to content
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

fix: remove breaking argument validation for _fieldKeys iterator #23875

Merged
merged 1 commit into from Nov 9, 2022

Conversation

davidby-influx
Copy link
Contributor

New argument validation code for _fieldKeys system iterator broke Enterprise tests because it is misused all over the place. Back out the safety check.

defer func() {
err = wr.Close()
}()
defer errors2.Capture(&err, wr.Close)()
Copy link
Contributor

Choose a reason for hiding this comment

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

Oops - does e, err := cmd.openExporter() above shadow err?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nevermind, this is fine

@lesam lesam self-requested a review November 9, 2022 16:41
@davidby-influx davidby-influx merged commit cc26b76 into master-1.x Nov 9, 2022
@davidby-influx davidby-influx deleted the DSB_fieldKey_itr branch November 9, 2022 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants