Revision 112a52d58816a842b4a2aa9f37367e1317623625 authored by Ruifeng Zheng on 28 July 2024, 17:44:42 UTC, committed by Hyukjin Kwon on 28 July 2024, 17:44:42 UTC
### What changes were proposed in this pull request?
Eliminate TypeVar `ColumnOrName_`

### Why are the changes needed?
unify the usage of `ColumnOrName`

### Does this PR introduce _any_ user-facing change?
No, internal change

### How was this patch tested?
CI

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #47512 from zhengruifeng/hint_CoN_.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 80223bb
History
File Mode Size
docs
lib
packaging
pyspark
test_coverage
test_support
.coveragerc -rw-r--r-- 872 bytes
.gitignore -rw-r--r-- 97 bytes
MANIFEST.in -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.1 KB
mypy.ini -rw-r--r-- 3.9 KB
run-tests -rwxr-xr-x 1.1 KB
run-tests-with-coverage -rwxr-xr-x 2.8 KB
run-tests.py -rwxr-xr-x 15.6 KB

README.md

back to top