Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-13 Thread via GitHub
alamb merged PR #16369: URL: https://github.com/apache/datafusion/pull/16369 -- 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...@datafusi

Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-13 Thread via GitHub
alamb commented on PR #16369: URL: https://github.com/apache/datafusion/pull/16369#issuecomment-2969890728 Thanks @zhuqi-lucas and @simonvandel cc @pepijnve -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-12 Thread via GitHub
zhuqi-lucas commented on code in PR #16369: URL: https://github.com/apache/datafusion/pull/16369#discussion_r2144101877 ## datafusion/physical-optimizer/Cargo.toml: ## @@ -49,6 +49,7 @@ datafusion-physical-plan = { workspace = true } itertools = { workspace = true } log = { wo

Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-12 Thread via GitHub
simonvandel commented on code in PR #16369: URL: https://github.com/apache/datafusion/pull/16369#discussion_r2143061438 ## datafusion/physical-optimizer/Cargo.toml: ## @@ -49,6 +49,7 @@ datafusion-physical-plan = { workspace = true } itertools = { workspace = true } log = { wo

Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-12 Thread via GitHub
alamb commented on code in PR #16369: URL: https://github.com/apache/datafusion/pull/16369#discussion_r2142595175 ## datafusion/physical-optimizer/src/insert_yield_exec.rs: ## @@ -32,9 +34,10 @@ use datafusion_physical_plan::yield_stream::YieldStreamExec; use datafusion_physica

Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-12 Thread via GitHub
zhuqi-lucas commented on code in PR #16369: URL: https://github.com/apache/datafusion/pull/16369#discussion_r2142643694 ## datafusion/physical-optimizer/src/insert_yield_exec.rs: ## @@ -92,3 +96,23 @@ impl PhysicalOptimizerRule for InsertYieldExec { true } } + +#[

Re: [PR] Minor: add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-12 Thread via GitHub
zhuqi-lucas commented on code in PR #16369: URL: https://github.com/apache/datafusion/pull/16369#discussion_r2142611695 ## datafusion/physical-optimizer/src/insert_yield_exec.rs: ## @@ -15,10 +15,12 @@ // specific language governing permissions and limitations // under the Lic

[PR] Minor, add testing case for add YieldStreamExec and polish docs [datafusion]

2025-06-11 Thread via GitHub
zhuqi-lucas opened a new pull request, #16369: URL: https://github.com/apache/datafusion/pull/16369 ## Which issue does this PR close? This is sub-task for: https://github.com/apache/datafusion/issues/16353 ## Rationale for this change Add testing and p