SPRKPY1033
pyspark.sql.functions.asc has a workaround
Category
Description
df.orderBy(asc(col))
df.orderBy(asc("colName"))#EWI: SPRKPY1033 => pyspark.sql.functions.asc has a workaround, see documentation for more info
df.orderBy(asc(col))
#EWI: SPRKPY1033 => pyspark.sql.functions.asc has a workaround, see documentation for more info
df.orderBy(asc("colName"))