jingz-db commented on code in PR #49560:
URL: https://github.com/apache/spark/pull/49560#discussion_r1953487279
##########
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:
https://issues.apache.org/jira/browse/SPARK-49046 this is the duplicate one
for SPARK-50180. I added a comment on SPARK-50180 to point to SPARK-49046
--
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]