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(DAT-18966): hide delta properties for tables/views #209

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

filipelautert
Copy link
Contributor

fix: delta properties for tables/views should not be present in the extendedTableProperties changeSet for generated changelogs and diff-changelog when referenceDB is empty.

…xtendedTableProperties changeSet for generated changelogs and diff-changelog when referenceDB is empty.
@filipelautert filipelautert self-assigned this Nov 4, 2024
Copy link

sonarcloud bot commented Nov 4, 2024

@filipelautert filipelautert marked this pull request as ready for review November 4, 2024 18:39
/**
* Get the extended properties excluding delta parameters
*/
public static String getExtendedProperties(String tblProperties) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Getting me bugged a bit, as far as we have an object ExtendedTableProperties, and this one represents filtered tblProperties. Could we rename this one?

Copy link
Contributor

Choose a reason for hiding this comment

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

@SvampX, sorry, I will merge this ticket without this change to unblock testing of other tickets. Can we do this change is scope of some other PR?

Copy link
Contributor Author

@filipelautert filipelautert Nov 5, 2024

Choose a reason for hiding this comment

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

@SvampX you are right, naming it getFilteredTblProperties or removeDeltaPropertiesFromTblProperties would make more sense?

@PavloTytarchuk PavloTytarchuk merged commit fbae6b5 into main Nov 5, 2024
17 checks passed
@PavloTytarchuk PavloTytarchuk deleted the DAT-18966 branch November 5, 2024 12:32
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.

4 participants