Hi All, PR [4602] expands test coverage for PostgreSQL.
As part of that PR it came to light that using the JSONB type may lead to actual JSON strings being reformatted on a roundtrip through the database. As a result this PR adjusts some core types to perform semantic comparisons on their JSON data instead of literal string comparisons. I do not expect this to cause any functional changes. This email is for general awareness. Please feel free to contribute the PR review. [4602] https://github.com/apache/polaris/pull/4602 Thanks, Dmitri.
