Skip to content

fix: don't allow duplicate stream names#1220

Merged
Licenser merged 1 commit intotremor-rs:mainfrom
rawkode:main
Sep 17, 2021
Merged

fix: don't allow duplicate stream names#1220
Licenser merged 1 commit intotremor-rs:mainfrom
rawkode:main

Conversation

@rawkode
Copy link
Copy Markdown
Contributor

@rawkode rawkode commented Sep 17, 2021

Signed-off-by: David McKay david@rawkode.com

Pull request

Description

Currently tremor-script allows multiple streams with the same name. Let's not allow that.

Closes #1212

Checklist

  • The RFC, if required, has been submitted and approved
  • Any user-facing impact of the changes is reflected in docs.tremor.rs
  • The code is tested
  • Use of unsafe code is reasoned about in a comment
  • Update CHANGELOG.md appropriately, recording any changes, bug fixes, or other observable changes in behavior
  • The performance impact of the change is measured (see below)

Signed-off-by: David McKay <david@rawkode.com>
Copy link
Copy Markdown
Member

@Licenser Licenser left a comment

Choose a reason for hiding this comment

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

This looks awesome! Thank you for picking it up 🚀

Copy link
Copy Markdown
Member

@darach darach left a comment

Choose a reason for hiding this comment

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

As seen live on LGTM with the host with the most - rawkode!

@coveralls
Copy link
Copy Markdown
Collaborator

Coverage Status

Coverage increased (+0.03%) to 85.238% when pulling 6b6b2c3 on rawkode:main into ec22294 on tremor-rs:main.

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.

streams with the same name can be created

4 participants