Revision f828146264d61352b5ae5075f56a6220080eb1e0 authored by yangjie01 on 24 July 2024, 04:22:19 UTC, committed by Dongjoon Hyun on 24 July 2024, 04:22:19 UTC
### 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 | https://github.com/apache/spark/pull/37972 and become unused in SPARK-41639 | https://github.com/apache/spark/pull/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 #47459 from LuciferYang/remove-ScalaReflectionLock.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 881b214
History

README.md

back to top