Skip to content

Commit

Permalink
[SPARK-46654][DOCS][FOLLOW-UP] Remove obsolete TODO item
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Remove obsolete TODO item

### Why are the changes needed?
the `Example 2` test had been already enabled

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

### How was this patch tested?
CI

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#47312 from zhengruifeng/simple_folloup.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
zhengruifeng authored and HyukjinKwon committed Jul 12, 2024
1 parent 73eab92 commit 2bee9a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyspark/sql/functions/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16509,8 +16509,6 @@ def schema_of_csv(csv: Union[Column, str], options: Optional[Dict[str, str]] = N
return _invoke_function("schema_of_csv", col, _options_to_str(options))


# TODO(SPARK-46654) Re-enable the `Example 2` test after fixing the display
# difference between Regular Spark and Spark Connect on `df.show`.
@_try_remote_functions
def to_csv(col: "ColumnOrName", options: Optional[Dict[str, str]] = None) -> Column:
"""
Expand Down

0 comments on commit 2bee9a6

Please sign in to comment.