Github user vofque commented on the issue:
https://github.com/apache/spark/pull/22708
In a nutshell:
First we calculate field ordinals of array elements using java bean field
information (which doesn't guarantee any particular field order).
Then we apply these ordinals to the actual data to retrieve values. --- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
