This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from d3be10ee58 [improvement](column) Support for the default value of current_timestamp in microsecond (#21487) add 5ed42705d4 [fix](jdbc scan) `1=1` does not translate to `TRUE` (#21688) No new revisions were added by this update. Summary of changes: .../docker-compose/clickhouse/clickhouse.yaml.tpl | 2 +- .../docker-compose/clickhouse/init/04-insert.sql | 5 +- .../org/apache/doris/planner/JdbcScanNode.java | 3 + .../test_clickhouse_jdbc_catalog.out | Bin 2583 -> 2710 bytes .../jdbc_catalog_p0/test_mysql_jdbc_catalog.out | 69 ++++++++++----------- .../jdbc_catalog_p0/test_oracle_jdbc_catalog.out | 11 ++++ .../data/jdbc_catalog_p0/test_pg_jdbc_catalog.out | 11 ++++ .../test_sqlserver_jdbc_catalog.out | 9 +++ .../test_clickhouse_jdbc_catalog.groovy | 3 + .../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy | 3 + .../test_oracle_jdbc_catalog.groovy | 3 + .../jdbc_catalog_p0/test_pg_jdbc_catalog.groovy | 3 + .../test_sqlserver_jdbc_catalog.groovy | 3 + 13 files changed, 88 insertions(+), 37 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org