This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 80f8d154734 branch-3.1: [fix](temp_table) fix 3 temp table issues 
#55424 (#55462)
     add 4e0771f7171 branch-3.1: [Fix](Load) Use defered file format properties 
for broker load without format (#55450)

No new revisions were added by this update.

Summary of changes:
 fe/fe-core/src/main/cup/sql_parser.cup             |   2 +
 .../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 |  27 +++--
 .../apache/doris/analysis/DataDescriptionTest.java |  14 ++-
 .../hdfs_load_default_file_format.groovy           | 119 +++++++++++++++++++++
 9 files changed, 327 insertions(+), 46 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