jingz-db commented on code in PR #49560:
URL: https://github.com/apache/spark/pull/49560#discussion_r1953446940
##########
python/pyspark/sql/tests/pandas/test_pandas_transform_with_state.py:
##########
@@ -67,6 +67,8 @@ def conf(cls):
)
cfg.set("spark.sql.execution.arrow.transformWithStateInPandas.maxRecordsPerBatch",
"2")
cfg.set("spark.sql.session.timeZone", "UTC")
+ # TODO SPARK-50180 this config is to stop query from FEB sink
gracefully
Review Comment:
Hmmm I did not know about this ticket being closed until now. Let me check
with Anish. I don't think we have this issue fixed yet.
--
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]