HyukjinKwon commented on code in PR #46960:
URL: https://github.com/apache/spark/pull/46960#discussion_r1664899005


##########
python/pyspark/sql/dataframe.py:
##########
@@ -5994,6 +5994,10 @@ def mergeInto(self, table: str, condition: Column) -> 
MergeIntoWriter:
 
         .. versionadded:: 4.0.0
 
+        Notes
+        -----
+        This method does not support streaming dataframes.

Review Comment:
   ```suggestion
           This method does not support streaming queries.
   ```



-- 
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]

Reply via email to