Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47500][PYTHON][CONNECT][FOLLOWUP] Restore error message for `D…
…ataFrame.select(None)` ### What changes were proposed in this pull request? the refactor PR #45636 changed the error message of `DataFrame.select(None)` from `PySparkTypeError` to `AssertionError`, this PR restore the previous error message ### Why are the changes needed? error message improvement ### Does this PR introduce _any_ user-facing change? yes, error message improvement ### How was this patch tested? added test ### Was this patch authored or co-authored using generative AI tooling? no Closes #46930 from zhengruifeng/py_restore_select_error. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information