Skip to content

Commit

Permalink
[hotfix] Document the field start from 1 for sortPartition
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Apr 8, 2024
1 parent 5bbcf8d commit 2bfb7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <ACC, R> SingleOutputStreamOperator<R> aggregate(
* KeyedPartitionWindowedStream}, the managed memory size can be set by
* "execution.sort.keyed.partition.memory" in {@link ExecutionOptions}.
*
* @param field The field index on which records is sorted.
* @param field The field 1-based index on which records is sorted.
* @param order The order in which records is sorted.
* @return The data stream with sorted records.
*/
Expand Down

0 comments on commit 2bfb7c0

Please sign in to comment.