Skip to content

Commit

Permalink
Enable spark.sql.execution.pythonUDTF.arrow.enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Feb 27, 2025
1 parent 14c1378 commit 5ecde47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3509,7 +3509,7 @@ object SQLConf {
.doc("Enable Arrow optimization for Python UDTFs.")
.version("3.5.0")
.booleanConf
.createWithDefault(false)
.createWithDefault(true)

val PYTHON_PLANNER_EXEC_MEMORY =
buildConf("spark.sql.planner.pythonExecution.memory")
Expand Down

0 comments on commit 5ecde47

Please sign in to comment.