Skip to content

Commit 9380fcc

Browse files
committed
fixTestCase
1 parent 1d00761 commit 9380fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/DataSourceScanExecRedactionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DataSourceScanExecRedactionSuite extends QueryTest with SharedSQLContext {
3131

3232
override def beforeAll(): Unit = {
3333
sparkConf.set("spark.redaction.string.regex",
34-
"spark-[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}")
34+
"file:/[\\w_]+")
3535
super.beforeAll()
3636
}
3737

0 commit comments

Comments
 (0)