Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][DOCS] Fix the type hints of `functions.first(..., ignorenulls…
…)` and `functions.last(..., ignorenulls)` ### What changes were proposed in this pull request? This PR proposes to fix the type hints of `functions.first(..., ignorenulls)` and `functions.last(..., ignorenulls)` to be properly `bool`s. ### Why are the changes needed? To guide users about the correct types ### Does this PR introduce _any_ user-facing change? Yes, it changes the user-facing documentation. ### How was this patch tested? CI in this PR should verify them. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47151 from HyukjinKwon/minor-doc-fix. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
- Loading branch information