Commit 399980e
[MINOR][DOCS] Fix the type hints of
### 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 #47151 from HyukjinKwon/minor-doc-fix.
Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>functions.first(..., ignorenulls) and functions.last(..., ignorenulls)
1 parent f70ce13 commit 399980e
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5474 | 5474 | | |
5475 | 5475 | | |
5476 | 5476 | | |
5477 | | - | |
5478 | | - | |
| 5477 | + | |
| 5478 | + | |
5479 | 5479 | | |
5480 | 5480 | | |
5481 | 5481 | | |
| |||
5747 | 5747 | | |
5748 | 5748 | | |
5749 | 5749 | | |
5750 | | - | |
5751 | | - | |
| 5750 | + | |
| 5751 | + | |
5752 | 5752 | | |
5753 | 5753 | | |
5754 | 5754 | | |
| |||
0 commit comments