Github user zsxwing commented on the pull request:
https://github.com/apache/spark/pull/6205#issuecomment-115115181
> Is this something that we need to prevent from accidentally happening
again?
I encountered this issue. Scala compiler will try to pack all parameters
into a Tuple when it cannot find a match method. Maybe we should consider
adding the compiler flag `-Ywarn-adapted-args` to make the compiler output a
warning, or `-Yno-adapted-args` to disable this feature.
---
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]