Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-05 Thread via GitHub
Shreyaskr1409 commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2767283404 @berkaysynnada thank you, actually I did use the datafusion-examples as reference. > Perhaps we can make this in datafusion-examples as well Yeah that could also b

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-05 Thread via GitHub
Shreyaskr1409 commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2021131776 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,167 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the buil

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-02 Thread via GitHub
alamb merged PR #15504: URL: https://github.com/apache/datafusion/pull/15504 -- 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] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-02 Thread via GitHub
Shreyaskr1409 commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2771640045 @alamb thank you -- 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 co

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
alamb commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2770660147 I also merged up from main to fix the CO -- 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] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
alamb commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2023660049 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,165 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the builder

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
Shreyaskr1409 commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2769978312 @alamb Thank you so much, I have resolved all the conversations. Everything is working and tested, and even I got to learn new stuff from this. -- This is an automated messag

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
alamb commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2023192876 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,167 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the builder

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
Shreyaskr1409 commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2023166785 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,167 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the buil

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
alamb commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2023080660 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,167 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the builder

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-04-01 Thread via GitHub
alamb commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2769364593 > @berkaysynnada thank you, actually I did use the datafusion-examples as reference. > > > Perhaps we can make this in datafusion-examples as well > > Yeah that could also

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-03-31 Thread via GitHub
berkaysynnada commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2767270135 Very nice example, thank you @Shreyaskr1409. Perhaps we can make this in datafusion-examples as well? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-03-31 Thread via GitHub
Shreyaskr1409 commented on PR #15504: URL: https://github.com/apache/datafusion/pull/15504#issuecomment-2766368569 The problems I am facing are: 1. i can not use datafusion crate inside the examples. i could not test the portion where I am building from AggregateExprBuilder. ![image](

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-03-31 Thread via GitHub
Shreyaskr1409 commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2021132605 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,167 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the buil

Re: [PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-03-31 Thread via GitHub
Shreyaskr1409 commented on code in PR #15504: URL: https://github.com/apache/datafusion/pull/15504#discussion_r2021132605 ## datafusion/physical-expr/src/aggregate.rs: ## @@ -97,6 +97,167 @@ impl AggregateExprBuilder { /// Constructs an `AggregateFunctionExpr` from the buil

[PR] Add documentation example for `AggregateExprBuilder` [datafusion]

2025-03-31 Thread via GitHub
Shreyaskr1409 opened a new pull request, #15504: URL: https://github.com/apache/datafusion/pull/15504 ## Which issue does this PR close? - Closes #15369. ## Rationale for this change Adding a documentation example for `AggregateExprBuilder` making it easie