Github user ajacques commented on the issue:

    https://github.com/apache/spark/pull/21889
  
    @mallman: [This 
one](https://github.com/apache/spark/pull/21889/files#diff-0c6c7481232e9637b91c179f1005426aR120)?
 I just enabled it on my branch and the test passed. Was it fixed by your 
latest changes or am I missing something?
    
    ```
    Expected:
    struct<id:int,name:struct<middle:string>,address:string>
    
    Actual:
    fileSourceScanSchemata = {ArrayBuffer@12560} "ArrayBuffer" size = 1
     0 = {StructType@15492} "StructType" size = 3
      0 = {StructField@15494} "StructField(id,IntegerType,true)"
      1 = {StructField@15495} 
"StructField(name,StructType(StructField(middle,StringType,true)),true)"
      2 = {StructField@15496} "StructField(address,StringType,true)"
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to