maryannxue commented on a change in pull request #29031:
URL: https://github.com/apache/spark/pull/29031#discussion_r451205382



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2935,6 +2944,8 @@ class SQLConf extends Serializable with Logging {
 
   def subqueryReuseEnabled: Boolean = getConf(SUBQUERY_REUSE_ENABLED)
 
+  def removeRedundantProjectsEnabled: Boolean = 
getConf(REMOVE_REDUNDANT_PROJECTS_ENABLED)

Review comment:
       nit: Since this conf is used only once, we can remove this variable.




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

Reply via email to