Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
package org.apache.spark.sql

package object protobuf {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are other empty package object definitions within the Spark internal code, such as

package org.apache.spark.streaming
/**
* Various implementations of DStream's.
* @see [[org.apache.spark.streaming.dstream.DStream]]
*/
package object dstream

and

package org.apache.spark.util
/**
* Utilities for random number generation.
*/
package object random

Therefore, in this PR, only the definition of ·ScalaReflectionLock· was removed while the package object protobuf was retained.

protected[protobuf] object ScalaReflectionLock
}