This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 349037567a6 [SPARK-46221][PS][DOCS] Change `to_spark_io` to 
`spark.to_spark_io` in `quickstart_ps.ipynb`
349037567a6 is described below

commit 349037567a67dd5acb71f6e22e6e26fa304ba035
Author: Bjørn Jørgensen <bjornjorgen...@gmail.com>
AuthorDate: Mon Dec 4 08:28:18 2023 +0900

    [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in 
`quickstart_ps.ipynb`
    
    ### What changes were proposed in this pull request?
    Change `to_spark_io` to `spark.to_spark_io`  in `quickstart_ps.ipynb`
    
    ### Why are the changes needed?
    `to_spark_io` is change to `spark.to_spark_io` in spark 4.0
    To have user guilds that works :)
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    
![image](https://github.com/apache/spark/assets/47577197/76f7067a-eeb4-4acc-88f1-3af94f5e78c7)
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #44135 from bjornjorgensen/spark.to_spark_io.
    
    Authored-by: Bjørn Jørgensen <bjornjorgen...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/docs/source/getting_started/quickstart_ps.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/docs/source/getting_started/quickstart_ps.ipynb 
b/python/docs/source/getting_started/quickstart_ps.ipynb
index 2b6b3f8142c..efd2753dcdc 100644
--- a/python/docs/source/getting_started/quickstart_ps.ipynb
+++ b/python/docs/source/getting_started/quickstart_ps.ipynb
@@ -14457,7 +14457,7 @@
     }
    ],
    "source": [
-    "psdf.to_spark_io('zoo.orc', format=\"orc\")\n",
+    "psdf.spark.to_spark_io('zoo.orc', format=\"orc\")\n",
     "ps.read_spark_io('zoo.orc', format=\"orc\").head(10)"
    ]
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to