This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45407-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 855e9a508c6 [fix](catalog) opt the count pushdown rule for iceberg/paimon/hive scan node (#44038) (#45564) add e10128b2b16 [fix](tvf) Tvf supports to parse the enclose character in csv files (#45407) No new revisions were added by this update. Summary of changes: be/src/vec/exec/format/csv/csv_reader.cpp | 6 +- .../doris/common/util/FileFormatConstants.java | 1 + .../ExternalFileTableValuedFunction.java | 15 +++++ .../data/external_table_p0/tvf/enclose_csv.csv | 6 ++ .../tvf/test_local_tvf_enclose.out | 15 +++++ .../tvf/test_local_tvf_enclose.groovy | 72 ++++++++++++++++++++++ 6 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 regression-test/data/external_table_p0/tvf/enclose_csv.csv create mode 100644 regression-test/data/external_table_p0/tvf/test_local_tvf_enclose.out create mode 100644 regression-test/suites/external_table_p0/tvf/test_local_tvf_enclose.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org