This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from b970188b5f [Bug](DictoryColumn) reverse the _codes.size() replace _reserve_size (#14984) new 16ba1c53f3 [Fix](Table Valued function) fix the problem that can not catchthe exception thrown by the TableValuedFunctionRef constructor (#14983) new df5e8ee5d3 [fix](multi-catalog)fix page index thrift deserialize (#15001) new 6828111c71 [fix](multi catalog)Fix convert_to_doris_type missing break for some cases (#14992) new 36e504ca43 [fix](multi catalog)Check orc file reader is not null before using it. (#14988) new a028e81f49 [fix](fe)fix select from temporary partition bug (#14809) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/vec/exec/format/orc/vorc_reader.cpp | 10 ++-- be/src/vec/exec/format/parquet/schema_desc.cpp | 2 + .../exec/format/parquet/vparquet_page_index.cpp | 6 +-- .../vec/exec/format/parquet/vparquet_page_index.h | 2 +- be/src/vec/exec/format/parquet/vparquet_reader.cpp | 18 ++++--- .../java/org/apache/doris/analysis/SelectStmt.java | 1 + .../doris/analysis/TableValuedFunctionRef.java | 15 ++++-- .../java/org/apache/doris/catalog/OlapTable.java | 3 ++ .../ExternalFileTableValuedFunction.java | 12 +++-- .../tablefunction/HdfsTableValuedFunction.java | 3 +- .../tablefunction/NumbersTableValuedFunction.java | 11 ++--- .../doris/tablefunction/S3TableValuedFunction.java | 8 +++- .../doris/tablefunction/TableValuedFunctionIf.java | 5 +- .../test_temp_partition.out} | 1 + .../correctness_p0/test_temp_partition.groovy | 56 ++++++++++++++++++++++ 15 files changed, 117 insertions(+), 36 deletions(-) copy regression-test/data/{correctness/test_constant_push_down_through_outer_join.out => correctness_p0/test_temp_partition.out} (78%) create mode 100644 regression-test/suites/correctness_p0/test_temp_partition.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org