This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5641c2dcf7e [fix](Outfile) Fix the data type mapping for complex types in Doris to the ORC and Parquet file formats. (#44041) add 24f1eeffa3c [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