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

🪟 🧹 check that stream is defined when matching #20443

Merged
merged 2 commits into from
Dec 13, 2022

Conversation

teallarson
Copy link
Contributor

@teallarson teallarson commented Dec 13, 2022

What

After #20387 was merged, @krishnaglick noticed that if stream is undefined in both the initial catalog and the current catalog, the streams could have a false match (since undefined === undefined)

This should not be a possible code path to get into, but we can clean the code up just to be safe!

@octavia-squidington-iv octavia-squidington-iv added area/platform issues related to the platform area/frontend Related to the Airbyte webapp labels Dec 13, 2022
@teallarson teallarson marked this pull request as ready for review December 13, 2022 18:03
@teallarson teallarson requested a review from a team as a code owner December 13, 2022 18:03
Copy link
Contributor

@krishnaglick krishnaglick left a comment

Choose a reason for hiding this comment

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

LGTM assuming tests green. Did not check locally.

@teallarson teallarson changed the title 🪟 🧹 check that stream is defined 🪟 🧹 check that stream is defined when matching Dec 13, 2022
@teallarson teallarson merged commit 1c3557b into master Dec 13, 2022
@teallarson teallarson deleted the teal/check-stream-is-defined branch December 13, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp area/platform issues related to the platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants