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 6a33e4639a [schedule](pipeline) Remove wait schedule time in pipeline query engine and change current queue to std::mutex (#24525) add 80bcb43143 [Feature]Support external table sample stats collection (#24376) No new revisions were added by this update. Summary of changes: .../apache/doris/analysis/AnalyzeProperties.java | 4 + .../org/apache/doris/analysis/AnalyzeTblStmt.java | 8 +- .../java/org/apache/doris/analysis/TableRef.java | 11 ++- .../doris/datasource/hive/HiveMetaStoreCache.java | 3 + .../apache/doris/planner/SingleNodePlanner.java | 1 + .../doris/planner/external/FileQueryScanNode.java | 7 ++ .../doris/planner/external/HiveScanNode.java | 42 +++++++++ .../apache/doris/statistics/HMSAnalysisTask.java | 52 +++++++----- .../hive/test_hive_sample_statistic.groovy | 99 ++++++++++++++++++++++ 9 files changed, 199 insertions(+), 28 deletions(-) create mode 100644 regression-test/suites/external_table_p2/hive/test_hive_sample_statistic.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org