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

    https://github.com/apache/spark/pull/19985#discussion_r157337721
  
    --- 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 --
    
    Just because I found a potential security issue in SS. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to