Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-17 Thread via GitHub
2010YOUY01 merged PR #14566: URL: https://github.com/apache/datafusion/pull/14566 -- 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...@dat

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-15 Thread via GitHub
ctsk commented on code in PR #14566: URL: https://github.com/apache/datafusion/pull/14566#discussion_r1957165631 ## datafusion/physical-plan/src/aggregates/order/partial.rs: ## @@ -103,47 +102,46 @@ enum State { Complete, } +impl State { +fn size(&self) -> usize { +

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-15 Thread via GitHub
zhuqi-lucas commented on code in PR #14566: URL: https://github.com/apache/datafusion/pull/14566#discussion_r1957146770 ## datafusion/physical-plan/src/aggregates/order/partial.rs: ## @@ -207,46 +222,151 @@ impl GroupOrderingPartial { let max_group_index = total_num_g

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-15 Thread via GitHub
ctsk commented on code in PR #14566: URL: https://github.com/apache/datafusion/pull/14566#discussion_r1957098299 ## datafusion/physical-plan/src/aggregates/order/partial.rs: ## @@ -103,47 +102,46 @@ enum State { Complete, } +impl State { +fn size(&self) -> usize { +

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-15 Thread via GitHub
alamb commented on code in PR #14566: URL: https://github.com/apache/datafusion/pull/14566#discussion_r1957095189 ## datafusion/physical-plan/src/aggregates/order/partial.rs: ## @@ -103,47 +102,46 @@ enum State { Complete, } +impl State { +fn size(&self) -> usize { +

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-14 Thread via GitHub
2010YOUY01 commented on code in PR #14566: URL: https://github.com/apache/datafusion/pull/14566#discussion_r1955903950 ## datafusion/physical-plan/src/aggregates/order/partial.rs: ## @@ -103,47 +102,46 @@ enum State { Complete, } +impl State { +fn size(&self) -> usiz

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-13 Thread via GitHub
lewiszlw commented on code in PR #14566: URL: https://github.com/apache/datafusion/pull/14566#discussion_r1955511641 ## datafusion/physical-plan/src/aggregates/order/partial.rs: ## @@ -103,47 +102,46 @@ enum State { Complete, } +impl State { +fn size(&self) -> usize

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-13 Thread via GitHub
ctsk commented on PR #14566: URL: https://github.com/apache/datafusion/pull/14566#issuecomment-2656916325 Thank you for taking the time to review! -- 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

Re: [PR] perf: Drop RowConverter from GroupOrderingPartial [datafusion]

2025-02-12 Thread via GitHub
2010YOUY01 commented on PR #14566: URL: https://github.com/apache/datafusion/pull/14566#issuecomment-2655677717 Thank you, this looks good to me. Let's get the CI fixed. https://github.com/apache/datafusion/blob/main/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs should have good