Commit 0ba1c08
authored
Fix presto query config kQueryTraceTaskRegExp (prestodb#25702)
Summary:
Current implemntation could match x.fregmentId.y.z.a.b.c.shardId.other
The fix would restrict there is no y.z.a.b.c in between but only y
```
== NO RELEASE NOTE ==
```1 parent bc7c50b commit 0ba1c08
File tree
2 files changed
+5
-1
lines changed- presto-native-execution/presto_cpp/main
- types
2 files changed
+5
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
267 | 269 | | |
268 | 270 | | |
269 | 271 | | |
270 | | - | |
| 272 | + | |
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments