This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from e1a9ec6231 [branch-2.0-pick] pick "[Fix](merge-on-write) Check the
returned filtered rows from different replicas" #24191 (#24400)
new 3808fb99b2 [enhancement](broker-load) support compress type for old
broker load, and split compress type from file format (#23882)
new 66f8d6feaa [fix](Table-Valued Function) fix be core when user
sepcified empty `column_separator` using hdfs tvf (#24369)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Load/BROKER-LOAD.md | 4 +
.../Load/BROKER-LOAD.md | 4 +
fe/fe-core/src/main/cup/sql_parser.cup | 15 ++-
.../org/apache/doris/analysis/DataDescription.java | 88 +++++++++-----
.../java/org/apache/doris/common/util/Util.java | 46 +++++---
.../org/apache/doris/load/BrokerFileGroup.java | 11 --
.../doris/planner/external/FileGroupInfo.java | 31 ++---
.../doris/planner/external/LoadScanProvider.java | 34 ++----
.../ExternalFileTableValuedFunction.java | 12 ++
fe/fe-core/src/main/jflex/sql_scanner.flex | 1 +
.../apache/doris/analysis/S3TvfLoadStmtTest.java | 5 +-
.../tvf/test_hdfs_tvf_compression.out | 41 ++++---
.../broker_load/test_compress_type.out} | 2 +-
.../suites/load_p0/broker_load/ddl/basic_data.sql | 29 +++++
.../load_p0/broker_load/ddl/basic_data_drop.sql | 1 +
.../load_p0/broker_load/test_compress_type.groovy | 129 +++++++++++++++++++++
16 files changed, 322 insertions(+), 131 deletions(-)
copy regression-test/data/{correctness_p0/test_sequence_col_default_value.out
=> load_p0/broker_load/test_compress_type.out} (96%)
create mode 100644
regression-test/suites/load_p0/broker_load/ddl/basic_data.sql
create mode 100644
regression-test/suites/load_p0/broker_load/ddl/basic_data_drop.sql
create mode 100644
regression-test/suites/load_p0/broker_load/test_compress_type.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]