venkateshwaracholan commented on code in PR #4602:
URL: https://github.com/apache/polaris/pull/4602#discussion_r3370065813
##########
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:
PostgreSQL JSONB can rewrite serialized JSON while preserving semantics. The
previous assertion relied on raw equality and produced false failures, so it
was replaced with a semantic comparison helper.
--
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]