This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 105a162f94 [Enhancement](multi-catalog) Merge hms events every round to speed up events processing. (#21589) add e18465eac7 [feature](TVF) support path partition keys for external file TVF (#21648) No new revisions were added by this update. Summary of changes: .../sql-functions/table-functions/hdfs.md | 4 +++ .../sql-manual/sql-functions/table-functions/s3.md | 4 +++ .../sql-functions/table-functions/hdfs.md | 5 ++- .../sql-manual/sql-functions/table-functions/s3.md | 3 ++ .../org/apache/doris/analysis/S3TvfLoadStmt.java | 6 ++++ .../apache/doris/planner/SingleNodePlanner.java | 2 +- .../apache/doris/planner/external/TVFScanNode.java | 2 +- .../ExternalFileTableValuedFunction.java | 37 ++++++++++++++++++---- .../tablefunction/HdfsTableValuedFunction.java | 9 ++++-- .../doris/tablefunction/S3TableValuedFunction.java | 3 +- .../broker_load/test_tvf_based_broker_load.groovy | 14 ++++---- 11 files changed, 69 insertions(+), 20 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org