This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45407-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 4d3c77c644e branch-3.0: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 (#45518) add 53e7efa7220 [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