Skip to content

Commit 400ad7d

Browse files
committed
Update SelectedFieldSuite.scala
1 parent b8f4a69 commit 400ad7d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/SelectedFieldSuite.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,6 @@ class SelectedFieldSuite extends AnalysisTest {
378378
StructField("subfield1", IntegerType, nullable = false) :: Nil)) :: Nil)))
379379
}
380380

381-
testSelect(arrayWithMultipleFields, "col7.field3.subfield1") {
382-
StructField("col7", ArrayType(StructType(
383-
StructField("field3", ArrayType(StructType(
384-
StructField("subfield1", IntegerType, nullable = false) :: Nil))) :: Nil)))
385-
}
386-
387381
// Array with a nested int array
388382
// |-- col1: string (nullable = false)
389383
// |-- col8: array (nullable = true)

0 commit comments

Comments
 (0)