This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 78b95e75956 [chore](configuration) Change be jvm default max heap size. (#41483) add 4f81fc474c6 [bugfix](paimon)Get the file format by file name (#41020) (#41487) No new revisions were added by this update. Summary of changes: .../scripts/create_preinstalled_scripts/run06.sql | 25 ++++++++++ .../apache/doris/common/util/FileFormatUtils.java | 15 ++++++ .../datasource/paimon/source/PaimonScanNode.java | 29 ++++++----- .../datasource/paimon/source/PaimonSource.java | 4 +- .../paimon/paimon_tb_mix_format.out | 45 +++++++++++++++++ .../paimon/paimon_tb_mix_format.groovy | 56 ++++++++++++++++++++++ 6 files changed, 161 insertions(+), 13 deletions(-) create mode 100644 docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/run06.sql create mode 100644 regression-test/data/external_table_p0/paimon/paimon_tb_mix_format.out create mode 100644 regression-test/suites/external_table_p0/paimon/paimon_tb_mix_format.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org