Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/15032
  
    I was double-checking this for my own understanding, and I see that 
although these are all `Seq`s, that the default implementation is 
`$colon$colon` and indeed it is a `List`.
    
    I skimmed for other instances of this and found some possible matches in 
`HiveInspectors` and `AggregationIterator`. Have a look. If they're the same 
issue we should fix those too as the construction is there if anything for 
'optimization' but if it only makes it slower, it should just use the simpler 
functional idiom.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to