dongjoon-hyun commented on pull request #29019:
URL: https://github.com/apache/spark/pull/29019#issuecomment-654986867


   Ur, @cloud-fan . It seems that there is a missing part at 
`SelectedFieldSuite.scala`.
   
   ```
   [info] - SELECT "col3.field1.subfield1" should select the schema
   [info]    root
   [info]     |-- col3: array (nullable = false)
   [info]     |    |-- element: struct (containsNull = true)
   [info]     |    |    |-- field1: struct (nullable = true)
   [info]     |    |    |    |-- subfield1: integer (nullable = false)
   [info]  *** FAILED *** (32 milliseconds)
   [info]   Expected 
StructField(col3,ArrayType(StructType(StructField(field1,StructType(StructField(subfield1,IntegerType,false)),true)),true),false),
 but got 
StructField(col3,ArrayType(StructType(StructField(field1,StructType(StructField(subfield1,IntegerType,false)),true)),false),false)
 (SelectedFieldSuite.scala:400)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to