AntiTopQuark commented on issue #44730: URL: https://github.com/apache/doris/issues/44730#issuecomment-3213235549
> > > Hi, the related issues have been fixed in the latest version 2.1. Please upgrade directly. > > > > > > [@BiteTheDDDDt](https://github.com/BiteTheDDDDt) Could you share how this was fixed? Is there a PR with the fix that I can study? Thanks! > > Many changes have been made in this regard. For specifics, you can directly refer to the git history of the RuntimeFilter and RuntimeFilterSlots classes. Hi,I deployed a 1FE/1BE setup using the latest `2.1.11.rc1` Docker image and tested it with the built-in TPC-DS tool; The issue still persists. <img width="3817" height="1690" alt="Image" src="https://github.com/user-attachments/assets/7b18fb17-3bf3-4872-a261-4686e429a0e5" /> Steps to reproduce are as follows: ```sh cd doris/tools/tpcds-tools/bin ./build-tpcds-tools.sh ./create-tpcds-tables.sh -s 1 ./gen-tpcds-data.sh -s 1 ./load-tpcds-data.sh #run_sql "set global experimental_enable_pipeline_x_engine = false;" #run_sql "set global runtime_filter_wait_time_ms = 1000000;" ./run-tpcds-queries.sh -s 1 ``` -- 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]
