Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-05-18 Thread via GitHub
gabotechs commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2889824953 Follow up for the producer part: https://github.com/apache/datafusion/pull/16089 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-05-01 Thread via GitHub
alamb merged PR #15794: URL: https://github.com/apache/datafusion/pull/15794 -- 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] Factor out Substrait consumers into separate files [datafusion]

2025-05-01 Thread via GitHub
alamb commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2845786048 Thanks again @vbarua and @gabotechs -- 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

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-30 Thread via GitHub
alamb commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2843825721 I merged up and assuming the CI passes I'll merge this PR in -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-30 Thread via GitHub
vbarua commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2842642259 @alamb this PR should be ready for review I've checked that this PR consists purely of code moves with no functional changes, at this point in time, aside from `from_substrait_t

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-29 Thread via GitHub
vbarua commented on code in PR #15794: URL: https://github.com/apache/datafusion/pull/15794#discussion_r2067610862 ## datafusion/substrait/src/logical_plan/consumer/rex/extended_expression.rs: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-29 Thread via GitHub
vbarua commented on code in PR #15794: URL: https://github.com/apache/datafusion/pull/15794#discussion_r2067574175 ## datafusion/substrait/src/logical_plan/consumer/mod.rs: ## @@ -0,0 +1,30 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-29 Thread via GitHub
vbarua commented on code in PR #15794: URL: https://github.com/apache/datafusion/pull/15794#discussion_r2067574175 ## datafusion/substrait/src/logical_plan/consumer/mod.rs: ## @@ -0,0 +1,30 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-29 Thread via GitHub
Blizzara commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2838771273 > @Blizzara applied your suggestions. I think scoping expressions and relations into their own modules made a lot of sense. Nice! I didn't dive into the details of each file,

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-25 Thread via GitHub
gabotechs commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2829553268 @Blizzara applied your suggestions. I think scoping expressions and relations into their own modules made a lot of sense. -- This is an automated message from the Apache Git Serv

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-23 Thread via GitHub
gabotechs commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2825064512 > Thoughts? I have only a very slight preference for smaller pieces, but since I wasn’t on the front lines coding this, I trust your judgment much more. I’ll apply your sugg

Re: [PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-23 Thread via GitHub
Blizzara commented on PR #15794: URL: https://github.com/apache/datafusion/pull/15794#issuecomment-2824982349 Thanks! This has indeed been a long time todo :) also cc @vbarua I think personally I'd prefer a bit less files, but that's just a suggestion: I'd probably do something like:

[PR] Factor out Substrait consumers into separate files [datafusion]

2025-04-21 Thread via GitHub
gabotechs opened a new pull request, #15794: URL: https://github.com/apache/datafusion/pull/15794 ## Which issue does this PR close? - Closes #13864. ## Rationale for this change The `consumer.rs` file grew a bit too big (~3400 LOC). Good thing is that it