Commit 955fd41
docs: fix typos in PartitionEvaluator trait documentation (#19631)
## Which issue does this PR close?
Closes #11700
## Rationale for this change
The documentation for the `PartitionEvaluator` trait contains two typos
that could confuse readers.
## What changes are included in this PR?
1. **Line 178**: Removed extraneous 'x' character from the `evaluate`
method documentation
- Changed `partition.x` to `partition.`
2. **Line 213**: Corrected the RANK example to show proper SQL RANK
behavior
- Ties should have the same rank value, not sequential values
- Changed `D | 5` to `D | 4`
## Are these changes tested?
Documentation-only change - no code affected.
## Are there any user-facing changes?
No, documentation only.
Co-authored-by: Solari Systems <[email protected]>1 parent 7fde30a commit 955fd41
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments