BiteTheDDDDt opened a new pull request, #64318:
URL: https://github.com/apache/doris/pull/64318

   ## Proposed changes
   
   Support runtime-filter Bloom pruning for internal table LIST partitions:
   
   - track whether parsed/projected partition boundaries are finite LIST value 
sets
   - probe LIST fixed values through the existing Bloom filter function and 
prune only when all values are Bloom-negative
   - keep RANGE partition Bloom pruning disabled
   - preserve NULL / null-aware semantics for LIST partitions containing NULL
   
   ## Testing
   
   - git diff --check
   - ninja -C be/ut_build_ASAN 
src/exec/CMakeFiles/Exec.dir/runtime_filter/runtime_filter_partition_pruner.cpp.o
 -j 1
   - direct clang++ compile for 
be/test/exec/runtime_filter/runtime_filter_partition_pruner_test.cpp from 
be/ut_build_ASAN/compile_commands.json
   
   Full gtest run was not completed locally because this checkout needs to 
rebuild the full ASAN UT binary before running the filtered test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to