unsubscribe
I was having the same issue and that helped. But now I get the following
compilation error when trying to run a test from within Intellij (v 14)
/Users/bbejeck/dev/github_clones/bbejeck-spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/dsl/package.scala
Error:(308, 109) polymorphic
Could one of the admins take a look at PR 3872 (JIRA 3299) submitted on 1/1
;
> On Thu, Jan 8, 2015 at 10:38 PM, Bill Bejeck wrote:
> > I was having the same issue and that helped. But now I get the following
> > compilation error when trying to run a test from within Intellij (v 14)
> >
> >
> /Users/bbejeck/dev/github_clones/bbejeck-spark/s
All,
I just did a post on adding groupByKeyToList and groupByKeyUnique using
implicit classes. I thought it might be useful to someone.
http://codingjunkie.net/learning-scala-implicits-with-spark/
Thanks,
Bill
Hi,
How do I get a starter task jira ticket assigned to myself? Or do I just do
the work and issue a pull request with the associated jira number?
Thanks,
Bill
Once a PR has been tested and verified, when does it get pulled back into
the trunk?
waiting for feedback on feel free to
> just ping this list with the patch number. Is there one you are
> waiting for feedback on?
>
> - Patrick
>
> On Mon, Oct 6, 2014 at 7:32 PM, Bill Bejeck wrote:
> > Once a PR has been tested and verified, when does it get pulled back into
> > the trunk?
>
Since this task involves making changes to some of core functionality, I
figured it's best if I share my intents for completing this task.
This change is a little more involved as it requires modifying the Catalog
trait.
My current plan is to add an abstract method to the Catalog trait and have
an