nandorKollar commented on code in PR #4602:
URL: https://github.com/apache/polaris/pull/4602#discussion_r3351356624
##########
polaris-core/src/testFixtures/java/org/apache/polaris/core/persistence/BasePolarisMetaStoreManagerTest.java:
##########
@@ -131,7 +131,8 @@ protected void testCreateEntities() {
.extracting(PolarisEntity::toCore)
.containsExactly(PolarisEntity.toCore(task1),
PolarisEntity.toCore(task2));
-
Assertions.assertThat(createdEntities).containsExactlyInAnyOrderElementsOf(listedEntities);
Review Comment:
why is it necessary to replace this assertion?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]