Skip to content

Commit

Permalink
Update DataFrameWriterV2Suite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan authored Feb 25, 2025
1 parent 8f12984 commit d2cc6e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSparkSession with Befo
def checkResults(df: DataFrame): Unit = {
checkAnswer(df, spark.range(10).toDF())
}

Seq(true, false).foreach { ignorePath =>
withSQLConf(SQLConf.LEGACY_DF_WRITER_V2_IGNORE_PATH_OPTION.key -> ignorePath.toString) {
withTable("t1", "t2") {
Expand Down

0 comments on commit d2cc6e5

Please sign in to comment.