Skip to content

Commit 7512d5a

Browse files
authored
acc: Support milliseconds and tz in default timestamp replacement (#3062)
## Why Using it in #3042
1 parent 7163e5e commit 7512d5a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

acceptance/bundle/resources/clusters/run/spark_python_task/test.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Ignore = [
88
"hello_world.py",
99
]
1010

11-
[[Repls]]
12-
Old = '2\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d'
13-
New = "[TIMESTAMP]"
14-
1511
[[Repls]]
1612
Old = '\d{5,}'
1713
New = "[NUMID]"

acceptance/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ New = "[NUMID]"
6666
Order = 10
6767

6868
[[Repls]]
69-
Old = '2\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d'
69+
Old = '2\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+(Z|\+\d\d:\d\d)?)?'
7070
New = "[TIMESTAMP]"
7171
Order = 10

0 commit comments

Comments
 (0)