Github user kiszk commented on the issue:

    https://github.com/apache/spark/pull/13704
  
    @cloud-fan , regarding a ```cast```, I think that you are correct. When we 
insert a ```cast```, I pass information on ```ArrayType.containsNull``` to 
```Cast``` now. In this case, it is ```false```. As a result, after the logical 
optimizations, we got a plan tree with ```Cast```. I updated the description of 
PR.
    
    ```
    == Analyzed Logical Plan ==
    value: double
    SerializeFromObject [input[0, double, true] AS value#6]
    +- MapElements <function1>, obj#5: double
       +- DeserializeToObject cast(value#1 as array<double>).toDoubleArray, 
obj#4: [D
          +- LocalRelation [value#1]
    
    == Optimized Logical Plan ==
    SerializeFromObject [input[0, double, true] AS value#6]
    +- MapElements <function1>, obj#5: double
       +- DeserializeToObject value#1.toDoubleArray, obj#4: [D
          +- LocalRelation [value#1]
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to