cloud-fan commented on a change in pull request #26164: [SPARK-21492][SQL] Fix 
memory leak in SortMergeJoin
URL: https://github.com/apache/spark/pull/26164#discussion_r336873652
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/SortExec.scala
 ##########
 @@ -127,7 +135,7 @@ case class SortExec(
   // Name of sorter variable used in codegen.
   private var sorterVariable: String = _
 
-  override protected def doProduce(ctx: CodegenContext): String = {
+  override protected[sql] def doProduce(ctx: CodegenContext): String = {
 
 Review comment:
   We don't need this change now.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to