Re: [PR] Minor: Move median test [datafusion]

2024-05-23 Thread via GitHub
alamb merged PR #10611: URL: https://github.com/apache/datafusion/pull/10611 -- 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: Move median test [datafusion]

2024-05-23 Thread via GitHub
alamb commented on code in PR #10611: URL: https://github.com/apache/datafusion/pull/10611#discussion_r1611465815 ## datafusion/physical-expr/src/aggregate/median.rs: ## @@ -295,387 +295,3 @@ fn calculate_median( Some(*median) } } - -#[cfg(test)] -mod tests { -

[PR] Minor: Move median test [datafusion]

2024-05-21 Thread via GitHub
jayzhan211 opened a new pull request, #10611: URL: https://github.com/apache/datafusion/pull/10611 ## Which issue does this PR close? Part of #10384 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes