This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-56705-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 96dcc519d5c branch-4.0: [chore](MS)Rename HMSProperties to
HiveProperties to avoid confusion with Hive/HMS configs #57064 (#57078)
add 179b67de51f [improvement](tvf load)add the data_{1..200}.csv wildcard
in tvf load (#56705)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/doris/common/util/S3Util.java | 88 +++++
.../org/apache/doris/fs/obj/AzureObjStorage.java | 2 +-
.../java/org/apache/doris/fs/obj/S3ObjStorage.java | 2 +-
.../apache/doris/fs/remote/dfs/DFSFileSystem.java | 3 +-
.../org/apache/doris/common/util/S3UtilTest.java | 252 +++++++++++++
.../data/external_table_p0/tvf/hdfs_data_1.txt | 1 +
.../data/external_table_p0/tvf/hdfs_data_2.txt | 1 +
.../data/external_table_p0/tvf/hdfs_data_3.txt | 1 +
.../tvf/test_s3_tvf_number_range.out | 57 +++
.../tvf/test_s3_tvf_number_range.groovy | 398 +++++++++++++++++++++
10 files changed, 802 insertions(+), 3 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/common/util/S3UtilTest.java
create mode 100644 regression-test/data/external_table_p0/tvf/hdfs_data_1.txt
create mode 100644 regression-test/data/external_table_p0/tvf/hdfs_data_2.txt
create mode 100644 regression-test/data/external_table_p0/tvf/hdfs_data_3.txt
create mode 100644
regression-test/data/external_table_p0/tvf/test_s3_tvf_number_range.out
create mode 100644
regression-test/suites/external_table_p0/tvf/test_s3_tvf_number_range.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]