Skip to content

Diffing_Engine: Fix is equal of DataTable #3456

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

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

IsakNaslundBh
Copy link
Contributor

@IsakNaslundBh IsakNaslundBh commented Jan 24, 2025

Issues addressed by this PR

Closes #3455

Fix IsEqual check for DataTables by inclusion of local copies of the custom comparers from Kellerman. See issue for more detail.

Test files

On Sharpoint

Serialisation check for the branch should not give warning about tables.

Changelog

Additional comments

@IsakNaslundBh IsakNaslundBh added the type:bug Error or unexpected behaviour label Jan 24, 2025
@IsakNaslundBh IsakNaslundBh requested a review from alelom January 24, 2025 07:56
@IsakNaslundBh IsakNaslundBh self-assigned this Jan 24, 2025
@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check serialisation

Copy link

bhombot-ci bot commented Jan 24, 2025

@IsakNaslundBh to confirm, the following actions are now queued:

  • check serialisation

@IsakNaslundBh IsakNaslundBh changed the title Diffing_Engine: Fix is equal of data table Diffing_Engine: Fix is equal of DataTable Jan 24, 2025
@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check compliance

Copy link

bhombot-ci bot commented Jan 24, 2025

@IsakNaslundBh to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check branch-compliance
  • check dataset-compliance
  • check copyright-compliance

Copy link
Member

@alelom alelom left a comment

Choose a reason for hiding this comment

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

Agree with the approach and the code changes.

The provided test script passes correctly.
I've also tested with DiffingTests_Prototypes and everything passes as usual.

Thank you! 🚀

@IsakNaslundBh IsakNaslundBh merged commit 28be0fe into develop Feb 12, 2025
13 checks passed
@IsakNaslundBh IsakNaslundBh deleted the Diffing_Engine-#3455-FixIsEqualOfDataTable branch February 12, 2025 08:33
@adecler adecler mentioned this pull request Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Diffing_Engine: Fix comparison of Table
2 participants