HeartSaVioR commented on code in PR #48290:
URL: https://github.com/apache/spark/pull/48290#discussion_r1802399765
##########
python/pyspark/sql/streaming/list_state_client.py:
##########
@@ -78,8 +78,11 @@ def get(self, state_name: str, iterator_id: str) -> Tuple:
status = response_message[0]
if status == 0:
iterator =
self._stateful_processor_api_client._read_arrow_state()
- batch = next(iterator)
- pandas_df = batch.to_pandas()
+ data_batch = None
Review Comment:
It's OK to have the fix in here, as the fix is applied to MapState impl as
well.
--
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]