Re: Unable to build from assembly

2015-05-22 Thread Edoardo Vacchi
confirming. master has been broken in the morning; currently it should be ok, though On Fri, May 22, 2015 at 4:34 PM, Manoj Kumar wrote: > Hello, > > I updated my master from upstream recently, and on running > > build/sbt assembly > > it gives me this error > > [error] > /home/manoj/spark/exampl

Re: [Catalyst] RFC: Using PartialFunction literals instead of objects

2015-05-20 Thread Edoardo Vacchi
(which I think you are) when possible as there are other > projects using catalyst. > - Finally, we'll have to balance this with other code changes / conflicts. > > You should probably open a JIRA and we can continue the discussion there. > > On Tue, May 19, 2015 at 4:16

[Catalyst] RFC: Using PartialFunction literals instead of objects

2015-05-19 Thread Edoardo Vacchi
Hi everybody, At the moment, Catalyst rules are defined using two different types of rules: `Rule[LogicalPlan]` and `Strategy` (which in turn maps to `GenericStrategy[SparkPlan]`). I propose to introduce utility methods to a) reduce the boilerplate to define rewrite rules b) turning them bac