grundprinzip commented on code in PR #38218:
URL: https://github.com/apache/spark/pull/38218#discussion_r994262980
##########
python/pyspark/sql/connect/plan.py:
##########
@@ -319,9 +325,9 @@ def __init__(
def _convert_measure(
self, m: MeasureType, session: Optional["RemoteSparkSession"]
- ) -> proto.Aggregate.Measure:
+ ) -> proto.Aggregate.AggregateFunction:
Review Comment:
how did this not break before in the mypy checks?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]