leanken commented on a change in pull request #29104:
URL: https://github.com/apache/spark/pull/29104#discussion_r460776317
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/debug/DebuggingSuite.scala
##########
@@ -70,15 +70,15 @@ class DebuggingSuite extends SharedSparkSession with
DisableAdaptiveExecutionSui
val output = captured.toString()
assert(output.replaceAll("\\[id=#\\d+\\]", "[id=#x]").contains(
- """== BroadcastExchange HashedRelationBroadcastMode(List(input[0,
bigint, false])), [id=#x] ==
- |Tuples output: 0
- | id LongType: {}
- |== WholeStageCodegen (1) ==
- |Tuples output: 10
- | id LongType: {java.lang.Long}
- |== Range (0, 10, step=1, splits=2) ==
- |Tuples output: 0
- | id LongType: {}""".stripMargin))
+"""== BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint,
false]),false), [id=#x] ==
Review comment:
how to skip a "\n" in triple line string?
----------------------------------------------------------------
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]