WweiL commented on code in PR #41026: URL: https://github.com/apache/spark/pull/41026#discussion_r1184224749
########## python/pyspark/sql/connect/streaming/readwriter.py: ########## @@ -339,7 +342,9 @@ def table(self, tableName: str) -> "DataFrame": class DataStreamWriter: - def __init__(self, plan: "LogicalPlan", session: "SparkSession") -> None: + def __init__( + self, plan: "LogicalPlan", session: "SparkSession" + ) -> None: Review Comment: hmmm not sure why is this, maybe the reformatter does that. I'll remove it. -- 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]
