maropu commented on a change in pull request #28330:
URL: https://github.com/apache/spark/pull/28330#discussion_r426953544
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala
##########
@@ -310,8 +310,8 @@ class SQLMetricsSuite extends SharedSparkSession with
SQLMetricsTestUtils
test("ShuffledHashJoin metrics") {
withSQLConf(SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key -> "40",
- SQLConf.SHUFFLE_PARTITIONS.key -> "2",
- SQLConf.PREFER_SORTMERGEJOIN.key -> "false") {
+ SQLConf.SHUFFLE_PARTITIONS.key -> "2",
+ SQLConf.PREFER_SORTMERGEJOIN.key -> "false") {
Review comment:
nit: plz avoid unnecesary changes where possible.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]