Skip to content

Modify Python UDF types for RACO compatibility #885

@BrandonHaynes

Description

@BrandonHaynes

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions