SPRKPY1073
pyspark.sql.functions.udf without parameters or return type parameter are not supported
Category
Description
@udf()
udf(lambda s: len(s))#EWI: SPRKPY1073 => pyspark.sql.functions.udf decorator without parameters is not supported. See documentation for more info.
@udf()
#EWI: SPRKPY1073 => pyspark.sql.functions.udf function without the return type parameter is not supported. See documentation for more info.
udf(lambda s: len(s))Recommendations
Last updated
