You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/05 04:53:14 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #31738: [SPARK-34463][PYSPARK][DOCS] Document caveats of Arrow selfDestruct

HyukjinKwon commented on a change in pull request #31738:
URL: https://github.com/apache/spark/pull/31738#discussion_r588032272



##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2035,8 +2035,8 @@ object SQLConf {
 
   val ARROW_PYSPARK_SELF_DESTRUCT_ENABLED =
     buildConf("spark.sql.execution.arrow.pyspark.selfDestruct.enabled")
-      .doc("When true, make use of Apache Arrow's self-destruct and split-blocks options " +
-        "for columnar data transfers in PySpark, when converting from Arrow to Pandas. " +
+      .doc("EXPERIMENTAL. When true, make use of Apache Arrow's self-destruct and split-blocks " +

Review comment:
       ```suggestion
         .doc("(Experimental) When true, make use of Apache Arrow's self-destruct and split-blocks " +
   ```




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

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