This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new dd192b7274a [SPARK-34079][SQL][FOLLOW-UP] Remove debug logging
dd192b7274a is described below

commit dd192b7274ae725d018ba26e7a1fdb7f7abe34b8
Author: Peter Toth <[email protected]>
AuthorDate: Tue Apr 26 19:19:49 2022 +0900

    [SPARK-34079][SQL][FOLLOW-UP] Remove debug logging
    
    ### What changes were proposed in this pull request?
    To remove debug logging accidentally left in code after 
https://github.com/apache/spark/pull/32298.
    
    ### Why are the changes needed?
    No need for that logging.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Existing tests.
    
    Closes #36354 from 
peter-toth/SPARK-34079-multi-column-scalar-subquery-follow-up.
    
    Authored-by: Peter Toth <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
    (cherry picked from commit f24c9b0d135ce7ef4f219ab661a6b665663039f0)
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 .../src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala 
b/sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala
index 43a860d76b4..b541419c823 100644
--- 
a/sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala
+++ 
b/sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala
@@ -267,7 +267,6 @@ class InjectRuntimeFilterSuite extends QueryTest with 
SQLTestUtils with SharedSp
   // `MergeScalarSubqueries` can duplicate subqueries in the optimized plan, 
but the subqueries will
   // be reused in the physical plan.
   def getNumBloomFilters(plan: LogicalPlan, scalarSubqueryCTEMultiplicator: 
Int = 1): Integer = {
-    print(plan)
     val numBloomFilterAggs = plan.collectWithSubqueries {
       case Aggregate(_, aggregateExpressions, _) =>
         aggregateExpressions.collect {


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

Reply via email to