This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new f828146264d6 [SPARK-48975][PROTOBUF] Remove unnecessary
`ScalaReflectionLock` definition from `protobuf`
f828146264d6 is described below
commit f828146264d61352b5ae5075f56a6220080eb1e0
Author: yangjie01 <[email protected]>
AuthorDate: Tue Jul 23 21:22:19 2024 -0700
[SPARK-48975][PROTOBUF] Remove unnecessary `ScalaReflectionLock` definition
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 |
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../protobuf/src/main/scala/org/apache/spark/sql/protobuf/package.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/connector/protobuf/src/main/scala/org/apache/spark/sql/protobuf/package.scala
b/connector/protobuf/src/main/scala/org/apache/spark/sql/protobuf/package.scala
index 82cdc6b9c581..046b8acdb5e5 100644
---
a/connector/protobuf/src/main/scala/org/apache/spark/sql/protobuf/package.scala
+++
b/connector/protobuf/src/main/scala/org/apache/spark/sql/protobuf/package.scala
@@ -17,5 +17,4 @@
package org.apache.spark.sql
package object protobuf {
- protected[protobuf] object ScalaReflectionLock
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]