HeartSaVioR commented on code in PR #47933: URL: https://github.com/apache/spark/pull/47933#discussion_r1772479914
########## python/pyspark/sql/streaming/stateful_processor.py: ########## @@ -99,25 +99,25 @@ def exists(self) -> bool: """ return self._list_state_client.exists(self._state_name) - def get(self) -> Iterator[Row]: + def get(self) -> Iterator[Tuple]: Review Comment: I'm OK with Tuple for user facing. We would store this as Row in state store, right? We shouldn't rely on pickling. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org