Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
szehon-ho committed Sep 13, 2024
1 parent 44192a6 commit 813777f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ object CheckConnectJvmClientCompatibility {
// Update Writer
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.sql.SparkSession.update"))


checkMiMaCompatibility(clientJar, sqlJar, includedRules, excludeRules)
}

Expand Down
1 change: 0 additions & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import org.apache.spark.sql.execution.stat.StatFunctions
import org.apache.spark.sql.functions.expr
import org.apache.spark.sql.internal.{DataFrameWriterImpl, DataFrameWriterV2Impl, MergeIntoWriterImpl, SQLConf, ToScalaUDF}
import org.apache.spark.sql.internal.ExpressionUtils.column
import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.internal.TypedAggUtils.withInputType
import org.apache.spark.sql.streaming.DataStreamWriter
import org.apache.spark.sql.types._
Expand Down

0 comments on commit 813777f

Please sign in to comment.