This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42674-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 502d9e5bdcd [fix](exit) stop storage engine in exec_env before exit (#42015) (#43141) add 67a854ae13d [feature](statistics)Support get row count for pg and sql server. (#42674) No new revisions were added by this update. Summary of changes: .../docker-compose/mysql/init/04-insert.sql | 1 + .../docker-compose/postgresql/init/04-insert.sql | 1 + .../docker-compose/sqlserver/init/04-insert.sql | 1 + .../doris/datasource/jdbc/JdbcExternalTable.java | 96 +++++++++++------- .../jdbc/test_jdbc_row_count.groovy | 107 +++++++++++++++++++++ .../jdbc/test_mysql_jdbc_statistics.groovy | 11 --- 6 files changed, 173 insertions(+), 44 deletions(-) create mode 100644 regression-test/suites/external_table_p0/jdbc/test_jdbc_row_count.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org