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 map assertion in TestLazyMap #20337

Conversation

findepi
Copy link
Member

@findepi findepi commented Jan 10, 2024

org.testng.Assert.assertEquals(Map, Map) does not really check map equality when the actual map contains null values.

Migrate to AssertJ and fix the test.

`org.testng.Assert.assertEquals(Map, Map)` does not really check  map
equality when the actual map contains null values.

Migrate to AssertJ and fix the test.
@cla-bot cla-bot bot added the cla-signed label Jan 10, 2024
@github-actions github-actions bot added tests:hive hive Hive connector labels Jan 10, 2024
@wendigo wendigo merged commit 289cbca into trinodb:master Jan 11, 2024
49 checks passed
@github-actions github-actions bot added this to the 436 milestone Jan 11, 2024
@findepi findepi deleted the findepi/fix-map-assertion-in-testlazymap-d8def9 branch January 11, 2024 08:33
@colebow colebow added the no-release-notes This pull request does not require release notes entry label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

4 participants