Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/6841#discussion_r42108278
--- Diff: project/SparkBuild.scala ---
@@ -33,13 +33,17 @@ object BuildCommons {
private val buildLocation = file(".").getAbsoluteFile.getParentFile
- val allProjects@Seq(bagel, catalyst, core, graphx, hive,
hiveThriftServer, mllib, repl,
--- End diff --
`allProjects` is split into `nonStreamingProjects` and `streamingProjects`
because Scala only support Tuple22 but here we have 23 projects, so `unapply`
doesn't work here for a 23 items `Seq`.
---
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]