Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-44984][PYTHON][CONNECT] Remove
_get_alias
from DataFrame
### What changes were proposed in this pull request? Remove `_get_alias` from DataFrame ### Why are the changes needed? `_get_alias` was added in the [initial PR](apache@6637bbe), but seems unneeded - field `alias` in `plan.Project` is always `None`; - `_get_alias` takes no parameter, but is used to replace a specify column name, the logic is weird when the column name varies; ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#42698 from zhengruifeng/py_connect_del_alias. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
- Loading branch information