This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0833dbe62c5 [fix](constant-folding) disable folding by be by default 
(#37517)
     add b48b5da0f7c [opt](serde)Optimize the filling of fixed values ​​into 
block columns without repeated deserialization. (#37377)

No new revisions were added by this update.

Summary of changes:
 .../serde/data_type_datetimev2_serde.cpp           | 21 +++++++++++++++++
 .../data_types/serde/data_type_datetimev2_serde.h  |  5 +++++
 .../data_types/serde/data_type_datev2_serde.cpp    | 21 +++++++++++++++++
 .../vec/data_types/serde/data_type_datev2_serde.h  |  6 +++++
 .../data_types/serde/data_type_decimal_serde.cpp   | 26 ++++++++++++++++++++++
 .../vec/data_types/serde/data_type_decimal_serde.h |  6 +++++
 .../data_types/serde/data_type_nullable_serde.cpp  | 20 +++++++++++++++++
 .../data_types/serde/data_type_nullable_serde.h    |  3 +++
 .../data_types/serde/data_type_number_serde.cpp    | 22 ++++++++++++++++++
 .../vec/data_types/serde/data_type_number_serde.h  |  6 +++++
 be/src/vec/data_types/serde/data_type_serde.h      | 21 +++++++++++++++++
 .../vec/data_types/serde/data_type_string_serde.h  | 25 +++++++++++++++++++++
 be/src/vec/exec/format/orc/vorc_reader.cpp         |  9 +++-----
 .../exec/format/parquet/vparquet_group_reader.cpp  |  9 +++-----
 be/src/vec/exec/scan/vfile_scanner.cpp             |  9 +++-----
 15 files changed, 191 insertions(+), 18 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to