Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Nov 4, 2023

What changes were proposed in this pull request?

This PR aims to fix a typo Hodler in file name.

  • SparkConnectSessionHodlerSuite.scala (from)
  • SparkConnectSessionHolderSuite.scala (to)

It's also unmatched with the class name in the file because class name itself is correct.

Why are the changes needed?

This is a typo from the original PR.

Since the original PR is shipped as Apache Spark 3.5.0, I created a JIRA instead of a follow-up. We need to backport this patch to branch-3.5.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

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

No.

…scala` to `SparkConnectSessionHolderSuite.scala`
@dongjoon-hyun
Copy link
Member Author

cc @HyukjinKwon and @rangadi

@dongjoon-hyun
Copy link
Member Author

Thank you, @yaooqinn ! Merged to master/3.5.

dongjoon-hyun added a commit that referenced this pull request Nov 4, 2023
…scala` to `SparkConnectSessionHolderSuite.scala`

### What changes were proposed in this pull request?

This PR aims to fix a typo `Hodler` in file name.
- `SparkConnectSessionHodlerSuite.scala` (from)
- `SparkConnectSessionHolderSuite.scala` (to)

It's also unmatched with the class name in the file because class name itself is correct.

https://github.com/apache/spark/blob/3363c2af3f6a59363135451d251f25e328a4fddf/connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHodlerSuite.scala#L37

### Why are the changes needed?

This is a typo from the original PR.
- #41580

Since the original PR is shipped as Apache Spark 3.5.0, I created a JIRA instead of a follow-up. We need to backport this patch to `branch-3.5`.

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

No.

### How was this patch tested?

Pass the CIs.

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

No.

Closes #43657 from dongjoon-hyun/SPARK-45791.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 6d669fa)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@dongjoon-hyun dongjoon-hyun deleted the SPARK-45791 branch November 4, 2023 16:24
Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :-)

@rangadi
Copy link

rangadi commented Nov 6, 2023

Thanks for fixing this!

@juliuszsompolski
Copy link
Contributor

Now that ReleaseSession exists, we don't HODL the session excessively anymore :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants