Github user mccheah commented on the pull request:

    https://github.com/apache/spark/pull/4972#issuecomment-78410128
  
    Maybe I'm reading too much into this... but Scala arrays are always of the 
"boxed" type. Does that create issues if I create a Java array of an un-boxed 
type, i.e. primitive type, and try to check arr.isInstanceOf there? Or, does 
the fact that the array object itself already live in scala-land mean that it's 
always going to be array of boxed type?


---
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