This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ae9453e5e09 [feat](udf) support "prefer_udf_over_builtin" session
variable (#51195)
add a9377e2c8b3 [Bug](set) fix missing null when intersect operator's
hashmap shrink (#51063)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/dependency.cpp | 5 +-
.../pipeline/exec/aggregation_source_operator.cpp | 4 +-
.../exec/join/process_hash_table_probe_impl.h | 2 +-
be/src/pipeline/exec/set_probe_sink_operator.cpp | 17 +-
be/src/pipeline/exec/set_source_operator.cpp | 18 +--
.../exec/streaming_aggregation_operator.cpp | 2 +-
be/src/vec/common/hash_table/hash_map_context.h | 81 ++++++++--
be/src/vec/common/hash_table/ph_hash_map.h | 4 +
be/test/pipeline/operator/set_operator_test.cpp | 13 +-
.../set_operations/set_with_null/set_with_null.out | Bin 123 -> 248 bytes
.../set_with_null/set_with_null.groovy | 179 +++++++++++++++++++++
11 files changed, 276 insertions(+), 49 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]