Details
-
Improvement
-
Status: Closed
-
Not a Priority
-
Resolution: Done
-
None
Description
Currently, users need to specify the input/output types as following:
{{@udf(result_type=DataTypes.BIGINT())
def add(i, j):
return i + j
}}
FLIP-65 makes it possible to support syntaxes as following:
{{@udf(result_type="BIGINT") def add(i, j): return i + j }}
Attachments
Issue Links
- links to