Re: Feature request: Java-specific transform method in Dataset

2018-07-01 Thread Ismael Carnales
2018 at 2:48 PM Sean Owen wrote: > Don't Java 8 lambdas let you do this pretty immediately? Can you give an > example here of what you want to do and how you are trying to do it? > > On Sun, Jul 1, 2018, 12:42 PM Ismael Carnales wrote: > >> Hi, >> it would be

Feature request: Java-specific transform method in Dataset

2018-07-01 Thread Ismael Carnales
Hi, it would be nice to have an easier way to use the Dataset transform method from Java than implementing a Function1 from Scala. I've made a simple implentation here: https://github.com/void/spark/tree/java-transform Should I open a JIRA? Ismael Carnales