Skip to content

Commit

Permalink
[SPARK-43953][CONNECT] Remove pass
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Remove a `pass`

### Why are the changes needed?
[Delete this unreachable code or refactor the code to make it reachable.](https://sonarcloud.io/project/issues?languages=py&resolved=false&rules=python%3AS1763&id=spark-python&open=AYTDYn77d80yCLHA8rt7)
and
[Remove this unneeded "pass".](https://sonarcloud.io/project/issues?languages=py&resolved=false&rules=python%3AS2772&id=spark-python&open=AYTDYn77d80yCLHA8rt8)

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA

Closes apache#41438 from bjornjorgensen/remove-pass.

Authored-by: Bjørn Jørgensen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
bjornjorgensen authored and dongjoon-hyun committed Jun 4, 2023
1 parent cf6ef11 commit 7b25b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyspark/sql/connect/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,6 @@ def _repr_html_(self) -> str:
f"options: '{self.options}'<br />"
f"</li></ul>"
)
pass


class WriteOperationV2(LogicalPlan):
Expand Down

0 comments on commit 7b25b24

Please sign in to comment.