Skip to content

Commit

Permalink
[SPARK-48975][PROTOBUF] Remove unnecessary ScalaReflectionLock defi…
Browse files Browse the repository at this point in the history
…nition from `protobuf`

### What changes were proposed in this pull request?
This PR removes the unused object definition `ScalaReflectionLock` from the `protobuf` module. `ScalaReflectionLock` is a definition at the access scope of `protobuf` package, which was defined in SPARK-40654 | apache#37972 and become unused in SPARK-41639 | apache#39147.

### Why are the changes needed?
Clean up unused definitions.

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

### How was this patch tested?
Pass GitHub Actions

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

Closes apache#47459 from LuciferYang/remove-ScalaReflectionLock.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
LuciferYang authored and attilapiros committed Oct 4, 2024
1 parent 9b6a8b9 commit c39327a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
package org.apache.spark.sql

package object protobuf {
protected[protobuf] object ScalaReflectionLock
}

0 comments on commit c39327a

Please sign in to comment.