We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4a69 commit 400ad7dCopy full SHA for 400ad7d
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/SelectedFieldSuite.scala
@@ -378,12 +378,6 @@ class SelectedFieldSuite extends AnalysisTest {
378
StructField("subfield1", IntegerType, nullable = false) :: Nil)) :: Nil)))
379
}
380
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
-
387
// Array with a nested int array
388
// |-- col1: string (nullable = false)
389
// |-- col8: array (nullable = true)
0 commit comments