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 89e6a311e87 [fix](compile) Fix compile warnings and errors (#55552)
     add 5c809e4df16 [Fix](Load) Use deferred file format properties for broker 
load without format (#55450) (#55498)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/analysis/DataDescription.java |   3 +-
 .../fileformat/DeferredFileFormatProperties.java   | 117 +++++++++
 .../property/fileformat/FileFormatProperties.java  |  15 +-
 .../org/apache/doris/load/BrokerFileGroup.java     |  20 +-
 .../doris/load/loadv2/BrokerLoadPendingTask.java   |  56 +++--
 .../apache/doris/load/loadv2/MysqlLoadManager.java | 263 +++------------------
 .../doris/nereids/load/NereidsDataDescription.java |   3 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |   6 +
 .../plans/commands/load/MysqlDataDescription.java  |  54 ++---
 .../plans/commands/load/MysqlLoadCommand.java      |   4 +-
 .../trees/plans/commands/LoadCommandTest.java      |  13 +-
 .../stream_load_and_mysql_load.groovy              |   5 +-
 .../hdfs_load_default_file_format.groovy           | 119 ++++++++++
 13 files changed, 373 insertions(+), 305 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/datasource/property/fileformat/DeferredFileFormatProperties.java
 create mode 100644 
regression-test/suites/external_table_p0/refactor_storage_param/hdfs_load_default_file_format.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to