Skip to content

Commit

Permalink
fix spark 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jul 24, 2024
1 parent ac7eda1 commit 2b766ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import com.clickhouse.spark.base.{ClickHouseCloudMixIn, ClickHouseSingleMixIn}
import org.apache.spark.sql.clickhouse.ClickHouseSQLConf._
import org.apache.spark.sql.functions._
import org.apache.spark.sql.types.StringType
import org.apache.spark.sql.Row
import org.apache.spark.sql.{AnalysisException, Row}
import org.scalatest.tags.Cloud

@Cloud
Expand Down

0 comments on commit 2b766ed

Please sign in to comment.