You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed modifying the Python UDF functionality in the following ways:
Modify apply-based Python UDFs to be of type Namedtuple->Tuple, flatmap-based Python UDFs to be of type Namedtuple->Tuple list, and aggregates to type Namedtuple list->state->state
Modify the catalog to store the type of UDF being registered (apply, flatmap, aggregate) and expose in REST API