Skip to content

Commit f24c9b0

Browse files
peter-tothHyukjinKwon
authored andcommitted
[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 #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]>
1 parent ac5ec64 commit f24c9b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ class InjectRuntimeFilterSuite extends QueryTest with SQLTestUtils with SharedSp
267267
// `MergeScalarSubqueries` can duplicate subqueries in the optimized plan, but the subqueries will
268268
// be reused in the physical plan.
269269
def getNumBloomFilters(plan: LogicalPlan, scalarSubqueryCTEMultiplicator: Int = 1): Integer = {
270-
print(plan)
271270
val numBloomFilterAggs = plan.collectWithSubqueries {
272271
case Aggregate(_, aggregateExpressions, _) =>
273272
aggregateExpressions.collect {

0 commit comments

Comments
 (0)