You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "bjornjorgensen (via GitHub)" <gi...@apache.org> on 2023/12/03 19:51:35 UTC

[PR] [SPARK][PS][DOC] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

bjornjorgensen opened a new pull request, #44135:
URL: https://github.com/apache/spark/pull/44135

   ### 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
   
   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

Posted by "bjornjorgensen (via GitHub)" <gi...@apache.org>.
bjornjorgensen commented on PR #44135:
URL: https://github.com/apache/spark/pull/44135#issuecomment-1837584057

   @itholic will you have a look. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon closed pull request #44135: [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io`  in `quickstart_ps.ipynb`
URL: https://github.com/apache/spark/pull/44135


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon commented on PR #44135:
URL: https://github.com/apache/spark/pull/44135#issuecomment-1837636884

   Merged to master.
   
   Since CI doesn't verify the change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on code in PR #44135:
URL: https://github.com/apache/spark/pull/44135#discussion_r1413197220


##########
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",

Review Comment:
   Is this the only place to be updated for Apache Spark 4.0.0?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

Posted by "bjornjorgensen (via GitHub)" <gi...@apache.org>.
bjornjorgensen commented on code in PR #44135:
URL: https://github.com/apache/spark/pull/44135#discussion_r1413199263


##########
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",

Review Comment:
   ![image](https://github.com/apache/spark/assets/47577197/d21d490d-38f1-44b1-999a-efa1e1d0015c)
   Yes, it looks like this is the only one that was not changed in https://github.com/apache/spark/pull/43384 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46221][PS][DOCS] Change `to_spark_io` to `spark.to_spark_io` in `quickstart_ps.ipynb` [spark]

Posted by "itholic (via GitHub)" <gi...@apache.org>.
itholic commented on PR #44135:
URL: https://github.com/apache/spark/pull/44135#issuecomment-1837695311

   Late LGTM. Thanks for the fix it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org