Github user zsxwing commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19985#discussion_r157271920
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala ---
    @@ -418,6 +418,35 @@ class StreamSuite extends StreamTest {
         assert(OutputMode.Update === InternalOutputModes.Update)
       }
     
    +  override protected def sparkConf: SparkConf = super.sparkConf
    +    .set("spark.redaction.string.regex", "file:/[\\w_]+")
    +
    +  test("explain - redaction") {
    --- End diff --
    
    Is it because you want to use `explainInternal`, so you write a SS test?


---

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

Reply via email to