Yikun commented on a change in pull request #33023:
URL: https://github.com/apache/spark/pull/33023#discussion_r656868972



##########
File path: python/pyspark/pandas/namespace.py
##########
@@ -562,6 +562,8 @@ def read_delta(
     3      13
     4      14
     """
+    if version is not None and timestamp is not None:
+        raise ValueError("version and timestamp cannot be used together.")

Review comment:
       addedd the doc for version and timestamp

##########
File path: python/pyspark/pandas/namespace.py
##########
@@ -562,6 +562,8 @@ def read_delta(
     3      13
     4      14
     """
+    if version is not None and timestamp is not None:
+        raise ValueError("version and timestamp cannot be used together.")

Review comment:
       added the doc for version and timestamp




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

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