xunliu opened a new issue, #5724: URL: https://github.com/apache/gravitino/issues/5724
### Version main branch ### Describe what's wrong Client CLI TableFormatOutputIT use `jdbc-postgresql` to create postgresql catalog, but lose `jdbc-postgresql` depends. ### Error message and/or stacktrace ``` TableFormatOutputIT > testCatalogDetailsCommand() FAILED org.opentest4j.AssertionFailedError: expected: <+----------+------------+-----------------+---------+ | catalog | type | provider | comment | +----------+------------+-----------------+---------+ | postgres | RELATIONAL | jdbc-postgresql | null | +----------+------------+-----------------+---------+> but was: <> at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at app//org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1141) at app//org.apache.gravitino.cli.integration.test.TableFormatOutputIT.testCatalogDetailsCommand(TableFormatOutputIT.java:154) ``` ### How to reproduce CI failed. ### Additional context _No response_ -- 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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org