datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

add EliminateSubqueryAliases

Open jiangzhx opened this issue 2 years ago • 2 comments

Which issue does this PR close?

Closes #5407.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

jiangzhx avatar Jun 14 '23 14:06 jiangzhx

This PR is blocked by alias schema.

Due to we hope to keep same name, we will add some alias like col1 as t1.a, but its field is t1.a, original field is t1.a.

I'm resolving this problem.

jackwener avatar Jun 15 '23 15:06 jackwener

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 this will be closed in 7 days.

github-actions[bot] avatar May 06 '24 01:05 github-actions[bot]