Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc update
  • Loading branch information
grundprinzip committed Apr 2, 2024
commit deffbbcc0733b8d8d57ae6166e201b78bd7906b4
3 changes: 0 additions & 3 deletions python/pyspark/sql/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1968,8 +1968,6 @@ def client(self) -> "SparkConnectClient":
message_parameters={"feature": "SparkSession.client"},
)

def

def addArtifacts(
self, *path: str, pyfile: bool = False, archive: bool = False, file: bool = False
) -> None:
Expand Down Expand Up @@ -2060,7 +2058,6 @@ def clearProgressHandlers(self) -> None:
message_parameters={"feature": "SparkSession.clearProgressHandlers"},
)


def copyFromLocalToFs(self, local_path: str, dest_path: str) -> None:
"""
Copy file from local to cloud storage file system.
Expand Down