This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-60954-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from bd23cb694a4 branch-4.0: [feature](storage) Add OzoneProperties to 
support Apache Ozone #60809 (#60896)
     add c51ec02cf08 [fix](jdbc) Fix PG array null detection and SQL Server 
date format pushdown (#60954)

No new revisions were added by this update.

Summary of changes:
 .../postgresql/init/02-create-table.sql            |   7 +-
 .../docker-compose/postgresql/init/04-insert.sql   |   5 +
 .../sqlserver/init/03-create-table.sql             |   7 ++
 .../docker-compose/sqlserver/init/04-insert.sql    |   9 ++
 .../jdbc/client/JdbcPostgreSQLClient.java          |   6 +-
 .../doris/datasource/jdbc/source/JdbcScanNode.java |  19 +++
 .../datasource/jdbc/source/JdbcScanNodeTest.java   | 133 +++++++++++++++++++++
 .../jdbc/test_pg_jdbc_catalog.out                  |  33 ++---
 .../jdbc/test_sqlserver_jdbc_catalog.out           |  26 +++-
 .../jdbc/test_pg_jdbc_catalog.groovy               |  10 +-
 .../jdbc/test_sqlserver_jdbc_catalog.groovy        |  24 ++++
 11 files changed, 250 insertions(+), 29 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to