Re: [PR] Reuse alias if possible [datafusion]

2025-06-13 Thread via GitHub
github-actions[bot] closed pull request #14781: Reuse alias if possible URL: https://github.com/apache/datafusion/pull/14781 -- 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

Re: [PR] Reuse alias if possible [datafusion]

2025-05-23 Thread via GitHub
github-actions[bot] commented on PR #14781: URL: https://github.com/apache/datafusion/pull/14781#issuecomment-2906302584 Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or

Re: [PR] Reuse alias if possible [datafusion]

2025-03-24 Thread via GitHub
blaginin commented on code in PR #14781: URL: https://github.com/apache/datafusion/pull/14781#discussion_r2010529772 ## datafusion/sql/src/unparser/plan.rs: ## @@ -860,8 +877,12 @@ impl Unparser<'_> { query: &mut Option, select: &mut SelectBuilder, rel

Re: [PR] Reuse alias if possible [datafusion]

2025-03-14 Thread via GitHub
goldmedal commented on code in PR #14781: URL: https://github.com/apache/datafusion/pull/14781#discussion_r1995765092 ## datafusion/sql/src/unparser/plan.rs: ## @@ -860,8 +877,12 @@ impl Unparser<'_> { query: &mut Option, select: &mut SelectBuilder, re

Re: [PR] Reuse alias if possible [datafusion]

2025-03-12 Thread via GitHub
goldmedal commented on code in PR #14781: URL: https://github.com/apache/datafusion/pull/14781#discussion_r1991936799 ## datafusion/sql/src/unparser/plan.rs: ## @@ -860,8 +877,12 @@ impl Unparser<'_> { query: &mut Option, select: &mut SelectBuilder, re

Re: [PR] Reuse alias if possible [datafusion]

2025-03-12 Thread via GitHub
goldmedal commented on code in PR #14781: URL: https://github.com/apache/datafusion/pull/14781#discussion_r1991788666 ## datafusion/sql/src/unparser/plan.rs: ## @@ -860,8 +877,12 @@ impl Unparser<'_> { query: &mut Option, select: &mut SelectBuilder, re

Re: [PR] Reuse alias if possible [datafusion]

2025-03-12 Thread via GitHub
blaginin commented on code in PR #14781: URL: https://github.com/apache/datafusion/pull/14781#discussion_r1991767544 ## datafusion/sql/src/unparser/plan.rs: ## @@ -860,8 +877,12 @@ impl Unparser<'_> { query: &mut Option, select: &mut SelectBuilder, rel

Re: [PR] Reuse alias if possible [datafusion]

2025-03-05 Thread via GitHub
alamb commented on PR #14781: URL: https://github.com/apache/datafusion/pull/14781#issuecomment-2702047476 > yes, @alamb, I think we got on the same issue with `unnest` 😀 - I'm happy to keep working on mine unless you want to take over? Yes, indeed -- something is going on with unnest

Re: [PR] Reuse alias if possible [datafusion]

2025-03-05 Thread via GitHub
blaginin commented on PR #14781: URL: https://github.com/apache/datafusion/pull/14781#issuecomment-2701663777 yes, @alamb, I think we got on the same issue with `unnest` 😀 - I'm happy to keep working on mine unless you want to take over? -- This is an automated message from the Apache Gi

Re: [PR] Reuse alias if possible [datafusion]

2025-03-05 Thread via GitHub
alamb commented on PR #14781: URL: https://github.com/apache/datafusion/pull/14781#issuecomment-2700721523 Interestingly, I was working on a very similar PR last night: - https://github.com/apache/datafusion/pull/15008 -- This is an automated message from the Apache Git Service. To res

[PR] Reuse alias if possible [datafusion]

2025-02-19 Thread via GitHub
blaginin opened a new pull request, #14781: URL: https://github.com/apache/datafusion/pull/14781 ## Which issue does this PR close? Follow up on https://github.com/apache/datafusion/pull/14684#discussion_r1957428384 ## Rationale for this change Currently, alias over alia