Skip to content

Commit

Permalink
Remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Sep 23, 2024
1 parent 6471880 commit a9b3c1e
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1047,22 +1047,6 @@ object TransformationsTest extends TestSuite with DataFrameComparer with ColumnC
}

'withParquetCompatibleColumnNames - {
"blows up if the column name is invalid for Parquet" - {
val df = spark
.createDF(
List(
("pablo")
),
List(
("Column That {Will} Break\t;", StringType, true)
)
)
val path = new java.io.File("./tmp/blowup/example").getCanonicalPath
val e = intercept[org.apache.spark.sql.AnalysisException] {
df.write.parquet(path)
}
}

"converts column names to be Parquet compatible" - {
val actualDF = spark
.createDF(
Expand Down

0 comments on commit a9b3c1e

Please sign in to comment.