SolariSystems opened a new pull request, #19631:
URL: https://github.com/apache/datafusion/pull/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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to