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

CDAP-16994 fix schema equality check during pipeline deployment #12364

Merged

Conversation

albertshau
Copy link
Contributor

Fixed a bug that would cause pipeline deployment to fails if
two stages have the same output stage and their output schemas
are exactly the same except for the schema name.

Implemented a schema equality check that ignores record name
when checking equality, and used it for the validation checks.

Fixed a bug that would cause pipeline deployment to fails if
two stages have the same output stage and their output schemas
are exactly the same except for the schema name.

Implemented a schema equality check that ignores record name
when checking equality, and used it for the validation checks.
@albertshau
Copy link
Contributor Author

cherry-pick of #12360

@albertshau
Copy link
Contributor Author

@albertshau albertshau merged commit 69b9420 into release/6.1 Jun 18, 2020
@albertshau albertshau deleted the bugfix_release/CDAP-16994-fix-same-schema-comparison61 branch June 18, 2020 06:03
@albertshau albertshau added the 6.1 label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants