HyukjinKwon commented on code in PR #44294:
URL: https://github.com/apache/spark/pull/44294#discussion_r1437928051
##########
core/src/main/scala/org/apache/spark/internal/config/Python.scala:
##########
@@ -69,4 +69,12 @@ private[spark] object Python {
.version("3.2.0")
.booleanConf
.createWithDefault(false)
+
+ val PYTHON_DATAFRAME_CHUNK_READ_ENABLED =
+ ConfigBuilder("spark.python.dataFrameChunkRead.enabled")
+ .doc("When true, driver and executes launch local cached arrow batch
servers for serving " +
+ "pyspark DataFrame chunk read requests.")
Review Comment:
Can we mention which API to call? at least `pyspark.sql.chunk_api`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]