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 b4669eaeba [Improve](complex-type)add switch for array/struct/map
nesting complex type (#19928)
add f14e6189a9 [feature](load-refactor) Unfied mysql load use InsertStmt
(#19571)
No new revisions were added by this update.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 4 +-
.../org/apache/doris/analysis/BrokerLoadStmt.java | 8 +---
.../java/org/apache/doris/analysis/InsertStmt.java | 6 +++
.../org/apache/doris/analysis/MysqlLoadStmt.java | 8 +++-
.../apache/doris/analysis/NativeInsertStmt.java | 3 +-
.../org/apache/doris/analysis/SparkLoadStmt.java | 4 +-
.../org/apache/doris/analysis/UnifiedLoadStmt.java | 36 ++++++++------
.../doris/load/loadv2/LoadManagerAdapter.java | 23 ++++++++-
.../apache/doris/load/loadv2/MysqlLoadManager.java | 13 ++++-
.../java/org/apache/doris/qe/ConnectProcessor.java | 3 +-
.../java/org/apache/doris/qe/StmtExecutor.java | 7 ++-
..._skip_lines.out => test_mysql_load_unified.out} | 7 +--
...uotes.groovy => test_mysql_load_unified.groovy} | 56 ++++++++++++++++------
13 files changed, 122 insertions(+), 56 deletions(-)
copy regression-test/data/load_p0/mysql_load/{test_mysql_load_skip_lines.out
=> test_mysql_load_unified.out} (81%)
copy
regression-test/suites/load_p0/mysql_load/{test_mysql_load_trim_quotes.groovy
=> test_mysql_load_unified.groovy} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]