This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5bd5402378 [bug](udf) add synchronized to test resolve error of zip file closed (#17812) add 043f77200f [Bug](dynamic-table) Fix column alignment logic and support filtering null values when slot is not null (#17842) No new revisions were added by this update. Summary of changes: be/src/vec/columns/column_object.cpp | 60 +++++--- be/src/vec/columns/column_object.h | 12 +- be/src/vec/common/schema_util.cpp | 64 ++++++--- be/src/vec/common/schema_util.h | 4 +- be/src/vec/data_types/data_type_object.cpp | 10 +- be/src/vec/exec/format/json/new_json_reader.cpp | 151 ++++++++++----------- be/src/vec/exec/format/json/new_json_reader.h | 45 +++--- regression-test/data/dynamic_table_p0/sql/q05.out | 32 +++++ .../suites/dynamic_table_p0/load.groovy | 51 +++++++ .../suites/dynamic_table_p0/sql/q05.sql | 9 ++ 10 files changed, 287 insertions(+), 151 deletions(-) create mode 100644 regression-test/data/dynamic_table_p0/sql/q05.out create mode 100644 regression-test/suites/dynamic_table_p0/sql/q05.sql --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org