You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-48878][PYTHON][DOCS] Add doctests for options in json functions
### What changes were proposed in this pull request?
Add doctests for `options` in json functions
### Why are the changes needed?
test coverage, we never test `options` in `from_json` and `to_json` before
since it is a new underlying implementation in Spark Connect, we should explicitly test it
### Does this PR introduce _any_ user-facing change?
doc changes
### How was this patch tested?
CI
### Was this patch authored or co-authored using generative AI tooling?
No
Closesapache#47319 from zhengruifeng/from_json_option.
Lead-authored-by: Kent Yao <yao@apache.org>
Co-authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
0 commit comments