nuno-faria commented on code in PR #17028: URL: https://github.com/apache/datafusion/pull/17028#discussion_r2251238645
########## datafusion/sqllogictest/test_files/cte.slt: ########## @@ -996,6 +996,29 @@ physical_plan 08)----------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1 09)------------WorkTableExec: name=numbers +# Test for issue #16998: SortExec shares DynamicFilterPhysicalExpr across multiple executions +# This should return 5 rows but currently returns only 2 due to the bug Review Comment: I think the test comment can now be updated. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org