Skip to content

Commit

Permalink
Fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SemyonSinchenko committed Aug 28, 2024
1 parent 0a099bc commit 40c3d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import scala.annotation.varargs
import scala.jdk.CollectionConverters._
import scala.reflect.runtime.universe.TypeTag

import _root_.java.math.BigInteger
import _root_.java.util

import org.apache.spark.annotation.{DeveloperApi, Stable}
Expand All @@ -29,7 +30,6 @@ import org.apache.spark.sql.types.{Metadata, StructType}
import org.apache.spark.storage.StorageLevel
import org.apache.spark.util.ArrayImplicits._
import org.apache.spark.util.SparkClassUtils
import _root_.java.math.BigInteger

/**
* A Dataset is a strongly typed collection of domain-specific objects that can be transformed
Expand Down

0 comments on commit 40c3d00

Please sign in to comment.