Description
Since upgrading to PySpark 3.3.x, type hints for
df.groupBy(...).count()
are now returning Any instead of DataFrame, causing type inference issues downstream. This used to be correctly typed prior to 3.3.x.
Since upgrading to PySpark 3.3.x, type hints for
df.groupBy(...).count()
are now returning Any instead of DataFrame, causing type inference issues downstream. This used to be correctly typed prior to 3.3.x.