LuciferYang commented on code in PR #48693:
URL: https://github.com/apache/spark/pull/48693#discussion_r1882244565


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/CoalesceShufflePartitions.scala:
##########
@@ -33,6 +33,8 @@ import org.apache.spark.util.Utils
  */
 case class CoalesceShufflePartitions(session: SparkSession) extends 
AQEShuffleReadRule {
 
+  override def conf: SQLConf = session.sessionState.conf

Review Comment:
   From the test results, there are other issues with changing to `val`. It 
seems we need to revert the last commit.



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

Reply via email to