itholic commented on code in PR #48964:
URL: https://github.com/apache/spark/pull/48964#discussion_r1861748124
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala:
##########
@@ -295,4 +295,14 @@ object StaticSQLConf {
.version("3.1.0")
.stringConf
.createWithDefault("")
+
+ val DATA_FRAME_DEBUGGING_ENABLED =
+ buildStaticConf("spark.sql.dataFrameDebugging.enabled")
Review Comment:
We add separate static conf for PySpark since we cannot change the behavior
after enabling the config from Python side. also cc @HyukjinKwon @vladimirg-db
--
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]