This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44160-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from c72501254f3 branch-3.0: [fix](sql) Fix error for show create table column comment #44958 (#45171) add eef87794de0 [Enhancement](jdbc catalog) Support reading some array types of PostgreSQL (#44160) No new revisions were added by this update. Summary of changes: .../postgresql/init/02-create-table.sql | 88 +++++++++ .../docker-compose/postgresql/init/04-insert.sql | 210 +++++++++++++++++++++ .../apache/doris/jdbc/PostgreSQLJdbcExecutor.java | 85 ++++++++- .../main/java/org/apache/doris/common/Config.java | 2 +- .../jdbc/client/JdbcPostgreSQLClient.java | 92 ++++++++- .../datasource/jdbc/util/JdbcFieldSchema.java | 15 ++ .../jdbc/test_pg_jdbc_catalog.out | 11 ++ .../jdbc/test_pg_jdbc_catalog.groovy | 5 + 8 files changed, 504 insertions(+), 4 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org