nyaapa commented on code in PR #53122:
URL: https://github.com/apache/spark/pull/53122#discussion_r2593844354
##########
python/pyspark/sql/pandas/serializers.py:
##########
@@ -2009,20 +2009,21 @@ def row_stream():
for i, c in
enumerate(flatten_state_table.itercolumns())
]
+ flatten_init_table = flatten_columns(batch, "initState")
+ init_data_pandas = [
+ self.arrow_to_pandas(c, i)
+ for i, c in enumerate(flatten_init_table.itercolumns())
+ ]
+
if bool(data_pandas):
Review Comment:
went with nand, so some empty chunks won't be a bother for us
--
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]