Skip to content

Commit

Permalink
[MINOR] Fix spelling mistake in comment
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR fixes a typo in the comment for `InsertMapSortInGroupingExpressions`.

### Why are the changes needed?
The change helps other developers in understanding the code.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Existing test suite

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#47818 from tedyu/ty-map-sort-doc.

Authored-by: Ted Yu <ted.yu@kustomer.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
  • Loading branch information
tedyu authored and MaxGekk committed Aug 27, 2024
1 parent 1bdbe14 commit 0895471
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion python/pyspark/sql/connect/proto/base_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ class ConfigRequest(google.protobuf.message.Message):
def pairs(
self,
) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___KeyValue]:
"""(Required) The config key-value paris to get. The value will be used as the default value."""
"""(Required) The config key-value pairs to get. The value will be used as the default value."""
def __init__(
self,
*,
Expand Down
Loading

0 comments on commit 0895471

Please sign in to comment.