Skip to content

Commit 4463e00

Browse files
Apply suggestion from @sandip-db
Co-authored-by: Sandip Agarwala <131817656+sandip-db@users.noreply.github.com>
1 parent f836fff commit 4463e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/xml/parsers/StaxXmlGeneratorSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ final class StaxXmlGeneratorSuite extends SharedSparkSession {
7575
assert(df.collect().toSeq === newDf.collect().toSeq)
7676
}
7777

78-
// SPARK-45414: Test for string tag content misplacement with mixed column types
78+
// SPARK-45414: Test for string tag content misplacement issue (found in spark-xml library)
79+
// with mixed column types
7980
test("SPARK-45414: write mixed types with string columns between and after nested types") {
8081
import org.apache.spark.sql.Row
8182

0 commit comments

Comments
 (0)