c21 commented on a change in pull request #33447:
URL: https://github.com/apache/spark/pull/33447#discussion_r675498120



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala
##########
@@ -396,7 +396,9 @@ class SQLMetricsSuite extends SharedSparkSession with 
SQLMetricsTestUtils
       }
   }
 
-  test("SPARK-32629: ShuffledHashJoin(full outer) metrics") {
+  // TODO (SPARK-36272): Reenable this after we figure out why the expected 
size doesn't
+  // match after we adjust building's memory settings.
+  ignore("SPARK-32629: ShuffledHashJoin(full outer) metrics") {

Review comment:
       Filed https://github.com/apache/spark/pull/33494 now to log several data 
size metrics separately and keep debugging there.




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