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
Removed new line
  • Loading branch information
bjornjorgensen authored Jan 25, 2022
commit cd6737be0aff1609e17ca86e0fabc34cac699b53
1 change: 0 additions & 1 deletion python/pyspark/pandas/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,6 @@ def to_json(
0 a
1 c
"""

if "options" in options and isinstance(options.get("options"), dict) and len(options) == 1:
options = options.get("options")

Expand Down