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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]