We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7163e5e commit 7512d5aCopy full SHA for 7512d5a
acceptance/bundle/resources/clusters/run/spark_python_task/test.toml
@@ -8,10 +8,6 @@ Ignore = [
8
"hello_world.py",
9
]
10
11
-[[Repls]]
12
-Old = '2\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d'
13
-New = "[TIMESTAMP]"
14
-
15
[[Repls]]
16
Old = '\d{5,}'
17
New = "[NUMID]"
acceptance/test.toml
@@ -66,6 +66,6 @@ New = "[NUMID]"
66
Order = 10
67
68
69
-Old = '2\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d'
+Old = '2\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+(Z|\+\d\d:\d\d)?)?'
70
New = "[TIMESTAMP]"
71
0 commit comments