Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kecookier committed Mar 23, 2024
1 parent d4af23e commit e6716a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ object UDFResolver extends Logging {
private lazy val isDriver: Boolean =
"driver".equals(SparkEnv.get.executorId)


def registerUDF(name: String, bytes: Array[Byte]): Unit = {
registerUDF(name, TypeConverter.from(bytes))
}
Expand Down

0 comments on commit e6716a2

Please sign in to comment.