Re: Python API for mapGroupsWithState

2019-09-11 Thread Stavros Kontopoulos
+1 I was looking at this today, so any idea why this was not added before? On Sat, Aug 3, 2019 at 1:57 AM Nicholas Chammas wrote: > Can someone succinctly describe the challenge in adding the > `mapGroupsWithState()` API to PySpark? > > I was hoping for some suboptimal but nonetheless working so

Python API for mapGroupsWithState

2019-08-02 Thread Nicholas Chammas
Can someone succinctly describe the challenge in adding the `mapGroupsWithState()` API to PySpark? I was hoping for some suboptimal but nonetheless working solution to be available in Python, as there are with Python UDFs for example, but that doesn't seem to be case. The JIRA ticket for arbitrary