This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from cdf5f0fe687 [fix](pipelineX) mark join column should be nullable (#25275) add bb670118f53 [coverage](test) Delete unused function to improve test coverage (#25233) No new revisions were added by this update. Summary of changes: be/src/runtime/datetime_value.h | 78 ----------------- be/src/runtime/runtime_state.cpp | 5 ++ be/src/runtime/runtime_state.h | 5 +- be/src/vec/common/schema_util.cpp | 102 ---------------------- be/src/vec/common/schema_util.h | 5 -- be/src/vec/core/materialize_block.cpp | 13 --- be/src/vec/core/materialize_block.h | 1 - be/src/vec/core/sort_block.cpp | 90 ------------------- be/src/vec/core/sort_block.h | 18 ---- be/src/vec/core/types.h | 1 + be/src/vec/exec/format/parquet/parquet_pred_cmp.h | 3 + 11 files changed, 10 insertions(+), 311 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org