Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-47173][SS][UI] Fix a typo in streaming UI explanation #45263

Closed
wants to merge 1 commit into from

Conversation

WweiL
Copy link
Contributor

@WweiL WweiL commented Feb 26, 2024

What changes were proposed in this pull request?

miss spelled
flatMapGroupsWithState with flatMapGroupWithState (missed a "s" after group)

Why are the changes needed?

typo fix

Does this PR introduce any user-facing change?

No

How was this patch tested?

No need

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

No

@MaxGekk
Copy link
Member

MaxGekk commented Feb 26, 2024

@WweiL Please, remove the [MINOR] tag.

@MaxGekk MaxGekk changed the title [SPARK-47173][SS][UI][MINOR] Fix a typo in streaming UI explanation [SPARK-47173][SS][UI] Fix a typo in streaming UI explanation Feb 26, 2024
@MaxGekk
Copy link
Member

MaxGekk commented Feb 26, 2024

+1, LGTM. Merging to master.
Thank you, @WweiL.

@MaxGekk MaxGekk closed this Feb 26, 2024
MaxGekk pushed a commit that referenced this pull request Feb 26, 2024
### What changes were proposed in this pull request?

miss spelled
flatMapGroupsWithState with flatMapGroupWithState (missed a "s" after group)

### Why are the changes needed?

typo fix

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

No

### How was this patch tested?

No need

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

No

Closes #45263 from WweiL/SPARK-47173-typo.

Authored-by: Wei Liu <wei.liu@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
@WweiL
Copy link
Contributor Author

WweiL commented Feb 26, 2024

Thank you! @MaxGekk

TakawaAkirayo pushed a commit to TakawaAkirayo/spark that referenced this pull request Mar 4, 2024
### What changes were proposed in this pull request?

miss spelled
flatMapGroupsWithState with flatMapGroupWithState (missed a "s" after group)

### Why are the changes needed?

typo fix

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

No

### How was this patch tested?

No need

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

No

Closes apache#45263 from WweiL/SPARK-47173-typo.

Authored-by: Wei Liu <wei.liu@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
ericm-db pushed a commit to ericm-db/spark that referenced this pull request Mar 5, 2024
### What changes were proposed in this pull request?

miss spelled
flatMapGroupsWithState with flatMapGroupWithState (missed a "s" after group)

### Why are the changes needed?

typo fix

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

No

### How was this patch tested?

No need

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

No

Closes apache#45263 from WweiL/SPARK-47173-typo.

Authored-by: Wei Liu <wei.liu@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants